Home
last modified time | relevance | path

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

/freebsd/tools/regression/priv/
H A Dpriv_vfs_read_write.c84 setup_file("priv_vfs_readwrite_fowner_setup: fpath_none", fpath_none, in priv_vfs_readwrite_fowner_setup()
87 setup_file("priv_vfs_readwrite_fowner_setup: fpath_read", fpath_read, in priv_vfs_readwrite_fowner_setup()
90 setup_file("priv_vfs_readwrite_fowner_setup: fpath_write", in priv_vfs_readwrite_fowner_setup()
93 setup_file("priv_vfs_readwrite_fowner_setup: fpath_readwrite", in priv_vfs_readwrite_fowner_setup()
103 setup_file("priv_vfs_readwrite_fgroup_setup: fpath_none", fpath_none, in priv_vfs_readwrite_fgroup_setup()
106 setup_file("priv_vfs_readwrite_fgroup_setup: fpath_read", fpath_read, in priv_vfs_readwrite_fgroup_setup()
109 setup_file("priv_vfs_readwrite_fgroup_setup: fpath_write", in priv_vfs_readwrite_fgroup_setup()
112 setup_file("priv_vfs_readwrite_fgroup_setup: fpath_readwrite", in priv_vfs_readwrite_fgroup_setup()
123 setup_file("priv_vfs_readwrite_fother_setup: fpath_none", fpath_none, in priv_vfs_readwrite_fother_setup()
126 setup_file("priv_vfs_readwrite_fother_setup: fpath_read", fpath_read, in priv_vfs_readwrite_fother_setup()
[all …]
H A Dpriv_vfs_chmod.c54 setup_file("priv_vfs_chmod_setup: fpath", fpath, UID_ROOT, GID_WHEEL, in priv_vfs_chmod_froot_setup()
64 setup_file("priv_vfs_chmod_setup: fpath", fpath, UID_OWNER, in priv_vfs_chmod_fowner_setup()
74 setup_file("priv_vfs_chmod_setup: fpath", fpath, UID_OTHER, in priv_vfs_chmod_fother_setup()
H A Dpriv_vfs_chown.c62 setup_file("priv_vfs_chown_uid: fpath", fpath, UID_ROOT, GID_WHEEL, in priv_vfs_chown_uid_setup()
96 setup_file("priv_vfs_chown_mygid: fpath", fpath, asroot ? UID_ROOT : in priv_vfs_chown_mygid_setup()
130 setup_file("priv_vfs_chown_othergid: fpath", fpath, asroot ? UID_ROOT in priv_vfs_chown_othergid_setup()
H A Dpriv_vfs_utimes.c55 setup_file("priv_vfs_utimes_froot_setup: fpath", fpath, in priv_vfs_utimes_froot_setup()
65 setup_file("priv_vfs_utimes_fowner_setup: fpath", fpath, in priv_vfs_utimes_fowner_setup()
81 setup_file("priv_vfs_utimes_fother_setup: fpath", fpath, in priv_vfs_utimes_fother_setup()
H A Dpriv_vfs_setgid.c54 setup_file("priv_vfs_setgid_fowner: fpath", fpath, UID_OWNER, in priv_vfs_setgid_fowner_setup()
65 setup_file("priv_vfs_setgid_forther: fpath", fpath, UID_OWNER, in priv_vfs_setgid_fother_setup()
H A Dpriv_vfs_chflags.c71 setup_file("priv_vfs_chflags_froot_setup: fpath", fpath, UID_ROOT, in priv_vfs_chflags_froot_setup()
82 setup_file("priv_vfs_chflags_fowner_setup: fpath", fpath, UID_OWNER, in priv_vfs_chflags_fowner_setup()
93 setup_file("priv_vfs_chflags_fowner_setup: fpath", fpath, UID_OTHER, in priv_vfs_chflags_fother_setup()
H A Dpriv_acct.c78 setup_file("priv_acct_setup: fpath1", fpath1, 0, 0, 0666); in priv_acct_setup()
80 setup_file("priv_acct_setup: fpath2", fpath2, 0, 0, 0666); in priv_acct_setup()
H A Dpriv_vfs_stickyfile.c77 setup_file("priv_vfs_stickyfile_fowner_setup: fpath", fpath, in priv_vfs_stickyfile_file_fowner_setup()
88 setup_file("priv_vfs_stickyfile_fother_setup: fpath", fpath, in priv_vfs_stickyfile_file_fother_setup()
H A Dpriv_vfs_getfh.c50 setup_file("priv_vfs_getfh_setup: fpath", fpath, UID_ROOT, GID_WHEEL, in priv_vfs_getfh_setup()
H A Dpriv_vfs_fhstat.c54 setup_file("priv_vfs_fhstat_setup: fpath", fpath, UID_ROOT, in priv_vfs_fhstat_setup()
H A Dpriv_vfs_fhstatfs.c53 setup_file("priv_vfs_fhstatfs_setup: fpath", fpath, UID_ROOT, in priv_vfs_fhstatfs_setup()
H A Dpriv_vfs_extattr_system.c62 setup_file("priv_vfs_extattr_system_setup: fpath", fpath, UID_ROOT, in priv_vfs_extattr_system_setup()
H A Dpriv_vfs_fhopen.c54 setup_file("private_vfs_fhopen_setup: fpath", fpath, UID_ROOT, in priv_vfs_fhopen_setup()
H A Dpriv_vfs_generation.c66 setup_file("priv_vfs_generation_setup: fpath", fpath, in priv_vfs_generation_setup()
H A Dpriv_vfs_clearsugid.c93 setup_file("priv_vfs_clearsugid_setup: fpath", fpath, UID_OWNER, in priv_vfs_clearsugid_setup()
H A Dmain.h49 void setup_file(const char *test, char *fpathp, uid_t uid, gid_t gid,
H A Dmain.c401 setup_file(const char *test, char *fpathp, uid_t uid, gid_t gid, mode_t mode) in setup_file() function