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

/freebsd-9.3-release/tools/regression/security/cap_test/
H A Dcap_test_relative.c89 CHECK_NOTCAPABLE(openat, etc_cap_ro, "../etc/passwd", O_RDONLY);
90 CHECK_NOTCAPABLE(openat, etc_cap_base, "../etc/passwd", O_RDONLY);
125 CHECK_NOTCAPABLE(openat, etc_cap, "passwd", O_RDONLY);
131 CHECK_NOTCAPABLE(openat, etc, "/etc/passwd", O_RDONLY);
136 CHECK_NOTCAPABLE(openat, etc, "../etc/passwd", O_RDONLY);
137 CHECK_NOTCAPABLE(openat, etc_cap_ro, "../etc/passwd", O_RDONLY);
138 CHECK_NOTCAPABLE(openat, etc_cap_base, "../etc/passwd", O_RDONLY);
H A Dcap_test.h108 #define CHECK_NOTCAPABLE(...) \ macro
H A Dcap_test_fcntl.c112 CHECK_NOTCAPABLE(fcntl, cap, F_GETFL, 0);

Completed in 100 milliseconds