diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-04-11 20:23:23 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-04-11 20:23:23 +0000 |
commit | 322fad03bd179b3c021dfef8aee34c3ecafc2b9c (patch) | |
tree | b24d05c82b087ad00aac2ec91e0553598190dae4 /tools | |
parent | 7ae2f6eb4831c0e552c6edc281cfdc0bc02785e5 (diff) | |
download | FreeBSD-src-322fad03bd179b3c021dfef8aee34c3ecafc2b9c.zip FreeBSD-src-322fad03bd179b3c021dfef8aee34c3ecafc2b9c.tar.gz |
o Enable -DSETSUGID_SUPPORTED in inter-process authorization regression
test by default, as setugid() is now part of the base kernel (assuming
(options REGRESSION) has been enabled for the running kernel).
Obtained from: TrustedBSD Project
Diffstat (limited to 'tools')
-rw-r--r-- | tools/regression/security/proc_to_proc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/security/proc_to_proc/Makefile b/tools/regression/security/proc_to_proc/Makefile index 4880879..65323f4 100644 --- a/tools/regression/security/proc_to_proc/Makefile +++ b/tools/regression/security/proc_to_proc/Makefile @@ -3,7 +3,7 @@ PROG= testuid NOMAN= yes -#ADDITIONAL_FLAGS=-DSETSUGID_SUPPORTED +ADDITIONAL_FLAGS=-DSETSUGID_SUPPORTED #ADDITIONAL_FLAGS= -DSETSUGID_SUPPORTED_BUT_NO_LIBC_STUB ADDITIONAL_FLAGS+= -DCHECK_CRED_SET CFLAGS+= ${ADDITIONAL_FLAGS} |