Home
last modified time | relevance | path

Searched refs:setup_file (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/tools/regression/priv/
H A Dpriv_vfs_read_write.c86 setup_file("priv_vfs_readwrite_fowner_setup: fpath_none", fpath_none, in priv_vfs_readwrite_fowner_setup()
89 setup_file("priv_vfs_readwrite_fowner_setup: fpath_read", fpath_read, in priv_vfs_readwrite_fowner_setup()
92 setup_file("priv_vfs_readwrite_fowner_setup: fpath_write", in priv_vfs_readwrite_fowner_setup()
95 setup_file("priv_vfs_readwrite_fowner_setup: fpath_readwrite", in priv_vfs_readwrite_fowner_setup()
105 setup_file("priv_vfs_readwrite_fgroup_setup: fpath_none", fpath_none, in priv_vfs_readwrite_fgroup_setup()
108 setup_file("priv_vfs_readwrite_fgroup_setup: fpath_read", fpath_read, in priv_vfs_readwrite_fgroup_setup()
111 setup_file("priv_vfs_readwrite_fgroup_setup: fpath_write", in priv_vfs_readwrite_fgroup_setup()
114 setup_file("priv_vfs_readwrite_fgroup_setup: fpath_readwrite", in priv_vfs_readwrite_fgroup_setup()
125 setup_file("priv_vfs_readwrite_fother_setup: fpath_none", fpath_none, in priv_vfs_readwrite_fother_setup()
131 setup_file("priv_vfs_readwrite_fother_setup: fpath_write", in priv_vfs_readwrite_fother_setup()
[all …]
H A Dpriv_vfs_chmod.c56 setup_file("priv_vfs_chmod_setup: fpath", fpath, UID_ROOT, GID_WHEEL, in priv_vfs_chmod_froot_setup()
66 setup_file("priv_vfs_chmod_setup: fpath", fpath, UID_OWNER, in priv_vfs_chmod_fowner_setup()
76 setup_file("priv_vfs_chmod_setup: fpath", fpath, UID_OTHER, in priv_vfs_chmod_fother_setup()
H A Dpriv_vfs_chown.c64 setup_file("priv_vfs_chown_uid: fpath", fpath, UID_ROOT, GID_WHEEL, in priv_vfs_chown_uid_setup()
98 setup_file("priv_vfs_chown_mygid: fpath", fpath, asroot ? UID_ROOT : in priv_vfs_chown_mygid_setup()
132 setup_file("priv_vfs_chown_othergid: fpath", fpath, asroot ? UID_ROOT in priv_vfs_chown_othergid_setup()
H A Dpriv_vfs_utimes.c57 setup_file("priv_vfs_utimes_froot_setup: fpath", fpath, in priv_vfs_utimes_froot_setup()
67 setup_file("priv_vfs_utimes_fowner_setup: fpath", fpath, in priv_vfs_utimes_fowner_setup()
83 setup_file("priv_vfs_utimes_fother_setup: fpath", fpath, in priv_vfs_utimes_fother_setup()
H A Dpriv_vfs_setgid.c56 setup_file("priv_vfs_setgid_fowner: fpath", fpath, UID_OWNER, in priv_vfs_setgid_fowner_setup()
67 setup_file("priv_vfs_setgid_forther: fpath", fpath, UID_OWNER, in priv_vfs_setgid_fother_setup()
H A Dpriv_vfs_chflags.c73 setup_file("priv_vfs_chflags_froot_setup: fpath", fpath, UID_ROOT, in priv_vfs_chflags_froot_setup()
84 setup_file("priv_vfs_chflags_fowner_setup: fpath", fpath, UID_OWNER, in priv_vfs_chflags_fowner_setup()
95 setup_file("priv_vfs_chflags_fowner_setup: fpath", fpath, UID_OTHER, in priv_vfs_chflags_fother_setup()
H A Dpriv_vfs_stickyfile.c79 setup_file("priv_vfs_stickyfile_fowner_setup: fpath", fpath, in priv_vfs_stickyfile_file_fowner_setup()
90 setup_file("priv_vfs_stickyfile_fother_setup: fpath", fpath, in priv_vfs_stickyfile_file_fother_setup()
H A Dpriv_acct.c80 setup_file("priv_acct_setup: fpath1", fpath1, 0, 0, 0666); in priv_acct_setup()
82 setup_file("priv_acct_setup: fpath2", fpath2, 0, 0, 0666); in priv_acct_setup()
H A Dpriv_vfs_getfh.c52 setup_file("priv_vfs_getfh_setup: fpath", fpath, UID_ROOT, GID_WHEEL, in priv_vfs_getfh_setup()
H A Dpriv_vfs_fhstat.c56 setup_file("priv_vfs_fhstat_setup: fpath", fpath, UID_ROOT, in priv_vfs_fhstat_setup()
H A Dpriv_vfs_fhstatfs.c55 setup_file("priv_vfs_fhstatfs_setup: fpath", fpath, UID_ROOT, in priv_vfs_fhstatfs_setup()
H A Dpriv_vfs_fhopen.c56 setup_file("private_vfs_fhopen_setup: fpath", fpath, UID_ROOT, in priv_vfs_fhopen_setup()
H A Dpriv_vfs_extattr_system.c64 setup_file("priv_vfs_extattr_system_setup: fpath", fpath, UID_ROOT, in priv_vfs_extattr_system_setup()
H A Dpriv_vfs_generation.c68 setup_file("priv_vfs_generation_setup: fpath", fpath, in priv_vfs_generation_setup()
H A Dpriv_vfs_clearsugid.c95 setup_file("priv_vfs_clearsugid_setup: fpath", fpath, UID_OWNER, in priv_vfs_clearsugid_setup()
H A Dmain.h51 void setup_file(const char *test, char *fpathp, uid_t uid, gid_t gid,
H A Dmain.c403 setup_file(const char *test, char *fpathp, uid_t uid, gid_t gid, mode_t mode) in setup_file() function