Home
last modified time | relevance | path

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

/freebsd/tools/regression/priv/
H A Dpriv_cred.c60 error = setuid(UID_OTHER); in priv_cred_setuid()
76 error = seteuid(UID_OTHER); in priv_cred_seteuid()
143 error = setreuid(UID_OTHER, UID_OTHER); in priv_cred_setreuid()
175 error = setresuid(UID_OTHER, UID_OTHER, UID_OTHER); in priv_cred_setresuid()
H A Dpriv_vfs_read_write.c104 UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, 0000); in priv_vfs_readwrite_fgroup_setup()
107 UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, 0040); in priv_vfs_readwrite_fgroup_setup()
110 fpath_write, UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, 0020); in priv_vfs_readwrite_fgroup_setup()
113 fpath_readwrite, UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, in priv_vfs_readwrite_fgroup_setup()
124 UID_OTHER, GID_OTHER, 0000); in priv_vfs_readwrite_fother_setup()
127 UID_OTHER, GID_OTHER, 0004); in priv_vfs_readwrite_fother_setup()
130 fpath_write, UID_OTHER, GID_OTHER, 0002); in priv_vfs_readwrite_fother_setup()
133 fpath_readwrite, UID_OTHER, GID_OTHER, 0006); in priv_vfs_readwrite_fother_setup()
H A Dpriv_vfs_stickyfile.c67 UID_OTHER, GID_OTHER, 0700); in priv_vfs_stickyfile_dir_fother_setup()
89 UID_OTHER, GID_OTHER, 0600); in priv_vfs_stickyfile_file_fother_setup()
H A Dpriv_vfs_chmod.c74 setup_file("priv_vfs_chmod_setup: fpath", fpath, UID_OTHER, in priv_vfs_chmod_fother_setup()
H A Dpriv_vfs_utimes.c82 UID_OTHER, GID_OTHER, 0666); in priv_vfs_utimes_fother_setup()
H A Dpriv_vfs_chflags.c93 setup_file("priv_vfs_chflags_fowner_setup: fpath", fpath, UID_OTHER, in priv_vfs_chflags_fother_setup()
H A Dmain.h33 #define UID_OTHER 200 macro