Home
last modified time | relevance | path

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

/freebsd/tools/regression/security/cap_test/
H A Dcap_test_relative.c85 CHECK_NOTCAPABLE(openat, etc_cap_ro, "../etc/passwd", O_RDONLY); in test_relative()
86 CHECK_NOTCAPABLE(openat, etc_cap_base, "../etc/passwd", O_RDONLY); in test_relative()
121 CHECK_NOTCAPABLE(openat, etc_cap, "passwd", O_RDONLY); in test_relative()
127 CHECK_NOTCAPABLE(openat, etc, "/etc/passwd", O_RDONLY); in test_relative()
132 CHECK_NOTCAPABLE(openat, etc, "../etc/passwd", O_RDONLY); in test_relative()
133 CHECK_NOTCAPABLE(openat, etc_cap_ro, "../etc/passwd", O_RDONLY); in test_relative()
134 CHECK_NOTCAPABLE(openat, etc_cap_base, "../etc/passwd", O_RDONLY); in test_relative()
H A Dcap_test_fcntl.c109 CHECK_NOTCAPABLE(fcntl, cap, F_GETFL, 0); in test_fcntl()
H A Dcap_test.h106 #define CHECK_NOTCAPABLE(...) \ macro