Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Loic
secadm
Commits
d4df7084
Unverified
Commit
d4df7084
authored
Dec 03, 2018
by
Shawn Webb
Browse files
Properly handle HardenedBSD 13-CURRENT
Signed-off-by:
Shawn Webb
<
shawn.webb@hardenedbsd.org
>
Sponsored-by: SoldierX
parent
ad99eb1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmod/secadm_vnode.c
View file @
d4df7084
...
...
@@ -48,6 +48,7 @@ secadm_pax_elf(struct image_params *imgp, pax_flag_t flags)
{
#if (__HardenedBSD_version < 1300000 && __HardenedBSD_version > 1200054) || \
(__HardenedBSD_version >= 1300000) || \
(__HardenedBSD_version < 1200000 && __HardenedBSD_version > 1100050) || \
(__HardenedBSD_version < 1100000 && __HardenedBSD_version > 1000049)
return
pax_control_acl_set_flags
(
curthread
,
imgp
,
flags
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment