Home
last modified time | relevance | path

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

/freebsd-14.2/tools/regression/security/cap_test/
H A Dcap_test_capmode.c85 CHECK_CAPMODE(acct, "/tmp/cap_capmode_acct"); in test_capmode()
86 CHECK_CAPMODE(bind, PF_INET, NULL, 0); in test_capmode()
87 CHECK_CAPMODE(chdir, "/tmp/cap_capmode_chdir"); in test_capmode()
91 CHECK_CAPMODE(chroot, "/tmp/cap_capmode_chroot"); in test_capmode()
92 CHECK_CAPMODE(connect, PF_INET, NULL, 0); in test_capmode()
94 CHECK_CAPMODE(fchdir, fd_dir); in test_capmode()
96 CHECK_CAPMODE(link, "/tmp/foo", "/tmp/bar"); in test_capmode()
100 CHECK_CAPMODE(open, "/dev/null", O_RDWR); in test_capmode()
102 CHECK_CAPMODE(revoke, "/tmp/cap_capmode_revoke"); in test_capmode()
104 CHECK_CAPMODE(symlink, in test_capmode()
[all …]
H A Dcap_test.h98 #define CHECK_CAPMODE(...) \ macro
H A Dcap_test_relative.c127 CHECK_CAPMODE(openat, AT_FDCWD, "/etc/passwd", O_RDONLY); in test_relative()