Lines Matching refs:CHECK_CAPMODE
84 CHECK_CAPMODE(access, "/tmp/cap_capmode_access", F_OK); in test_capmode()
85 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()
88 CHECK_CAPMODE(chflags, "/tmp/cap_capmode_chflags", UF_NODUMP); in test_capmode()
89 CHECK_CAPMODE(chmod, "/tmp/cap_capmode_chmod", 0644); in test_capmode()
90 CHECK_CAPMODE(chown, "/tmp/cap_capmode_chown", -1, -1); 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()
93 CHECK_CAPMODE(creat, "/tmp/cap_capmode_creat", 0644); in test_capmode()
94 CHECK_CAPMODE(fchdir, fd_dir); in test_capmode()
95 CHECK_CAPMODE(getfsstat, &statfs, sizeof(statfs), MNT_NOWAIT); in test_capmode()
96 CHECK_CAPMODE(link, "/tmp/foo", "/tmp/bar"); in test_capmode()
97 CHECK_CAPMODE(lstat, "/tmp/cap_capmode_lstat", &sb); in test_capmode()
98 CHECK_CAPMODE(mknod, "/tmp/capmode_mknod", 06440, 0); in test_capmode()
99 CHECK_CAPMODE(mount, "procfs", "/not_mounted", 0, NULL); in test_capmode()
100 CHECK_CAPMODE(open, "/dev/null", O_RDWR); in test_capmode()
101 CHECK_CAPMODE(readlink, "/tmp/cap_capmode_readlink", NULL, 0); in test_capmode()
102 CHECK_CAPMODE(revoke, "/tmp/cap_capmode_revoke"); in test_capmode()
103 CHECK_CAPMODE(stat, "/tmp/cap_capmode_stat", &sb); in test_capmode()
104 CHECK_CAPMODE(symlink, in test_capmode()
107 CHECK_CAPMODE(unlink, "/tmp/cap_capmode_unlink"); in test_capmode()
108 CHECK_CAPMODE(unmount, "/not_mounted", 0); in test_capmode()
187 CHECK_CAPMODE(sysarch, I386_SET_IOPERM, &sysarch_arg); in test_capmode()