From 322fad03bd179b3c021dfef8aee34c3ecafc2b9c Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 11 Apr 2001 20:23:23 +0000 Subject: 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 --- tools/regression/security/proc_to_proc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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} -- cgit v1.1