Home
last modified time | relevance | path

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

/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capmode.c83 CHECK_CAPMODE(access, "/tmp/cap_capmode_access", F_OK); in test_capmode()
84 CHECK_CAPMODE(acct, "/tmp/cap_capmode_acct"); in test_capmode()
85 CHECK_CAPMODE(bind, PF_INET, NULL, 0); in test_capmode()
86 CHECK_CAPMODE(chdir, "/tmp/cap_capmode_chdir"); in test_capmode()
87 CHECK_CAPMODE(chflags, "/tmp/cap_capmode_chflags", UF_NODUMP); in test_capmode()
88 CHECK_CAPMODE(chmod, "/tmp/cap_capmode_chmod", 0644); in test_capmode()
89 CHECK_CAPMODE(chown, "/tmp/cap_capmode_chown", -1, -1); in test_capmode()
90 CHECK_CAPMODE(chroot, "/tmp/cap_capmode_chroot"); in test_capmode()
91 CHECK_CAPMODE(connect, PF_INET, NULL, 0); in test_capmode()
92 CHECK_CAPMODE(creat, "/tmp/cap_capmode_creat", 0644); in test_capmode()
[all …]
H A Dcap_test.h98 #define CHECK_CAPMODE(...) \ macro
H A Dcap_test_relative.c126 CHECK_CAPMODE(openat, AT_FDCWD, "/etc/passwd", O_RDONLY); in test_relative()