Home
last modified time | relevance | path

Searched refs:UID_OTHER (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/tools/regression/priv/
H A Dpriv_cred.c62 error = setuid(UID_OTHER); in priv_cred_setuid()
78 error = seteuid(UID_OTHER); in priv_cred_seteuid()
145 error = setreuid(UID_OTHER, UID_OTHER); in priv_cred_setreuid()
177 error = setresuid(UID_OTHER, UID_OTHER, UID_OTHER); in priv_cred_setresuid()
H A Dpriv_vfs_read_write.c106 UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, 0000); in priv_vfs_readwrite_fgroup_setup()
109 UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, 0040); in priv_vfs_readwrite_fgroup_setup()
112 fpath_write, UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, 0020); in priv_vfs_readwrite_fgroup_setup()
115 fpath_readwrite, UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, in priv_vfs_readwrite_fgroup_setup()
126 UID_OTHER, GID_OTHER, 0000); in priv_vfs_readwrite_fother_setup()
129 UID_OTHER, GID_OTHER, 0004); in priv_vfs_readwrite_fother_setup()
132 fpath_write, UID_OTHER, GID_OTHER, 0002); in priv_vfs_readwrite_fother_setup()
135 fpath_readwrite, UID_OTHER, GID_OTHER, 0006); in priv_vfs_readwrite_fother_setup()
H A Dpriv_vfs_stickyfile.c69 UID_OTHER, GID_OTHER, 0700); in priv_vfs_stickyfile_dir_fother_setup()
91 UID_OTHER, GID_OTHER, 0600); in priv_vfs_stickyfile_file_fother_setup()
H A Dpriv_vfs_chmod.c76 setup_file("priv_vfs_chmod_setup: fpath", fpath, UID_OTHER, in priv_vfs_chmod_fother_setup()
H A Dpriv_vfs_utimes.c84 UID_OTHER, GID_OTHER, 0666); in priv_vfs_utimes_fother_setup()
H A Dpriv_vfs_chflags.c95 setup_file("priv_vfs_chflags_fowner_setup: fpath", fpath, UID_OTHER, in priv_vfs_chflags_fother_setup()
H A Dmain.h35 #define UID_OTHER 200 macro