Home
last modified time | relevance | path

Searched refs:CHECK_NOTCAPABLE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/tools/regression/security/cap_test/
H A Dcap_test_relative.c90 CHECK_NOTCAPABLE(openat, etc_cap_ro, "../etc/passwd", O_RDONLY); in test_relative()
91 CHECK_NOTCAPABLE(openat, etc_cap_base, "../etc/passwd", O_RDONLY); in test_relative()
126 CHECK_NOTCAPABLE(openat, etc_cap, "passwd", O_RDONLY); in test_relative()
132 CHECK_NOTCAPABLE(openat, etc, "/etc/passwd", O_RDONLY); in test_relative()
137 CHECK_NOTCAPABLE(openat, etc, "../etc/passwd", O_RDONLY); in test_relative()
138 CHECK_NOTCAPABLE(openat, etc_cap_ro, "../etc/passwd", O_RDONLY); in test_relative()
139 CHECK_NOTCAPABLE(openat, etc_cap_base, "../etc/passwd", O_RDONLY); in test_relative()
H A Dcap_test_fcntl.c112 CHECK_NOTCAPABLE(fcntl, cap, F_GETFL, 0); in test_fcntl()
H A Dcap_test.h108 #define CHECK_NOTCAPABLE(...) \ macro