Home
last modified time | relevance | path

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

/freebsd-12.1/tools/regression/security/cap_test/
H A Dcap_test_capmode.c89 CHECK_CAPMODE(acct, "/tmp/cap_capmode_acct"); in test_capmode()
90 CHECK_CAPMODE(bind, PF_INET, NULL, 0); in test_capmode()
91 CHECK_CAPMODE(chdir, "/tmp/cap_capmode_chdir"); in test_capmode()
95 CHECK_CAPMODE(chroot, "/tmp/cap_capmode_chroot"); in test_capmode()
96 CHECK_CAPMODE(connect, PF_INET, NULL, 0); in test_capmode()
98 CHECK_CAPMODE(fchdir, fd_dir); in test_capmode()
100 CHECK_CAPMODE(link, "/tmp/foo", "/tmp/bar"); in test_capmode()
104 CHECK_CAPMODE(open, "/dev/null", O_RDWR); in test_capmode()
106 CHECK_CAPMODE(revoke, "/tmp/cap_capmode_revoke"); in test_capmode()
108 CHECK_CAPMODE(symlink, in test_capmode()
[all …]
H A Dcap_test.h100 #define CHECK_CAPMODE(...) \ macro
H A Dcap_test_relative.c131 CHECK_CAPMODE(openat, AT_FDCWD, "/etc/passwd", O_RDONLY); in test_relative()