Searched refs:CHECK_NOTCAPABLE (Results 1 – 3 of 3) sorted by relevance
/freebsd/tools/regression/security/cap_test/ |
H A D | cap_test_relative.c | 85 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 D | cap_test_fcntl.c | 109 CHECK_NOTCAPABLE(fcntl, cap, F_GETFL, 0); in test_fcntl()
|
H A D | cap_test.h | 106 #define CHECK_NOTCAPABLE(...) \ macro
|