Searched refs:fpath_readwrite (Results 1 – 1 of 1) sorted by relevance
| /freebsd/tools/regression/priv/ |
| H A D | priv_vfs_read_write.c | 52 static char fpath_readwrite[1024]; variable 94 fpath_readwrite, asroot ? UID_ROOT : UID_OWNER, GID_OTHER, 0600); in priv_vfs_readwrite_fowner_setup() 113 fpath_readwrite, UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, in priv_vfs_readwrite_fgroup_setup() 133 fpath_readwrite, UID_OTHER, GID_OTHER, 0006); in priv_vfs_readwrite_fother_setup() 163 try_io("priv_vfs_readwrite_fowner(write, O_RDONLY)", fpath_readwrite, in priv_vfs_readwrite_fowner() 165 try_io("priv_vfs_readwrite_fowner(write, O_WRONLY)", fpath_readwrite, in priv_vfs_readwrite_fowner() 167 try_io("priv_vfs_readwrite_fowner(write, O_RDWR)", fpath_readwrite, in priv_vfs_readwrite_fowner() 196 try_io("priv_vfs_readwrite_fgroup(write, O_RDONLY)", fpath_readwrite, in priv_vfs_readwrite_fgroup() 198 try_io("priv_vfs_readwrite_fgroup(write, O_WRONLY)", fpath_readwrite, in priv_vfs_readwrite_fgroup() 200 try_io("priv_vfs_readwrite_fgroup(write, O_RDWR)", fpath_readwrite, in priv_vfs_readwrite_fgroup() [all …]
|