summaryrefslogtreecommitdiff
path: root/tools/regression/security/cap_test
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26tools: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
2014-03-16Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson
2014-02-06Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.Christian Brueffer
2013-03-21Update regression tests after adding chflagsat(2).Pawel Jakub Dawidek
2013-03-16Update the tests now that absence of the O_APPEND flag requires CAP_SEEKPawel Jakub Dawidek
2013-03-16The mode argument for open(2)/openat(2) only makes sense if the O_CREAT flagPawel Jakub Dawidek
2013-03-02Update existing regression tests after Capsicum overhaul.Pawel Jakub Dawidek
2012-02-29Fix order of arguments to lseek().Christian Brueffer
2011-08-18Test process descriptors.Jonathan Anderson
2011-08-16poll(2) implementation for capabilities.Jonathan Anderson
2011-08-12Rename CAP_*_KEVENT to CAP_*_EVENT.Jonathan Anderson
2011-08-12Test *at(2) calls with capability-mode lookup.Jonathan Anderson
2011-08-11Use the right printf() format string without a cast to maxint_t.Jonathan Anderson
2011-08-11Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson
2011-08-05Expect fchflags(2) to fail with EOPNOTSUPP on NFS.Jonathan Anderson
2011-08-04Flesh out the cap_test regression test.Jonathan Anderson
2011-08-04Flesh out the cap_test regression test.Jonathan Anderson
2011-05-04Regression tests for Capsicum capability mode.Jonathan Anderson