Date: Wed, 4 May 2011 12:44:46 +0000 (UTC) From: Jonathan Anderson <jonathan@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/tools/regression/security/cap_test Makefile cap_test.c cap_test.h cap_test_capmode.c cap_test_sysctl.c Message-ID: <201105041245.p44Cj9uW062585@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jonathan 2011-05-04 12:44:46 UTC
FreeBSD src repository
Added files:
tools/regression/security/cap_test Makefile cap_test.c
cap_test.h
cap_test_capmode.c
cap_test_sysctl.c
Log:
SVN rev 221431 on 2011-05-04 12:44:46Z by jonathan
Regression tests for Capsicum capability mode.
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.
Revision Changes Path
1.1 +9 -0 src/tools/regression/security/cap_test/Makefile (new)
1.1 +47 -0 src/tools/regression/security/cap_test/cap_test.c (new)
1.1 +38 -0 src/tools/regression/security/cap_test/cap_test.h (new)
1.1 +426 -0 src/tools/regression/security/cap_test/cap_test_capmode.c (new)
1.1 +67 -0 src/tools/regression/security/cap_test/cap_test_sysctl.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105041245.p44Cj9uW062585>
