mirror of
https://github.com/opnsense/src.git
synced 2026-03-30 22:45:13 -04:00
Ensure that system calls that access global namespaces, e.g. open(2), are not permitted, and that whitelisted sysctls like kern.osreldate are. Approved by: rwatson Sponsored by: Google, Inc.
9 lines
157 B
Makefile
9 lines
157 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= cap_test
|
|
SRCS= cap_test.c cap_test_capmode.c cap_test_sysctl.c
|
|
WARNS= 3
|
|
NO_MAN=
|
|
CFLAGS+= -DMACHINE=\"${MACHINE}\"
|
|
|
|
.include <bsd.prog.mk>
|