aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/security/cap_test
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* tools: Automated cleanup of cdefs and other formattingWarner Losh2023-11-277-7/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-167-7/+7
* Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.Christian Brueffer2014-02-061-2/+2
* Update regression tests after adding chflagsat(2).Pawel Jakub Dawidek2013-03-211-6/+4
* Update the tests now that absence of the O_APPEND flag requires CAP_SEEKPawel Jakub Dawidek2013-03-161-13/+46
* The mode argument for open(2)/openat(2) only makes sense if the O_CREAT flagPawel Jakub Dawidek2013-03-161-6/+6
* Update existing regression tests after Capsicum overhaul.Pawel Jakub Dawidek2013-03-022-101/+349
* Fix order of arguments to lseek().Christian Brueffer2012-02-291-1/+1
* Test process descriptors.Jonathan Anderson2011-08-185-0/+221
* poll(2) implementation for capabilities.Jonathan Anderson2011-08-161-2/+16
* Rename CAP_*_KEVENT to CAP_*_EVENT.Jonathan Anderson2011-08-121-2/+2
* Test *at(2) calls with capability-mode lookup.Jonathan Anderson2011-08-124-3/+157
* Use the right printf() format string without a cast to maxint_t.Jonathan Anderson2011-08-111-4/+4
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-112-3/+4
* Expect fchflags(2) to fail with EOPNOTSUPP on NFS.Jonathan Anderson2011-08-051-2/+11
* Flesh out the cap_test regression test.Jonathan Anderson2011-08-043-0/+388
* Flesh out the cap_test regression test.Jonathan Anderson2011-08-045-344/+319
* Regression tests for Capsicum capability mode.Jonathan Anderson2011-05-045-0/+587