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
This commit is contained in:
Robert Watson 2001-04-11 20:23:23 +00:00
parent a17e1baffd
commit 3ceef0c3d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75429

View File

@ -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}