Searched refs:fpath_readwrite (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/tools/regression/priv/ |
| H A D | priv_vfs_read_write.c | 54 static char fpath_readwrite[1024]; variable 96 fpath_readwrite, asroot ? UID_ROOT : UID_OWNER, GID_OTHER, 0600); in priv_vfs_readwrite_fowner_setup() 115 fpath_readwrite, UID_OTHER, asroot ? GID_WHEEL : GID_OWNER, in priv_vfs_readwrite_fgroup_setup() 135 fpath_readwrite, UID_OTHER, GID_OTHER, 0006); in priv_vfs_readwrite_fother_setup() 165 try_io("priv_vfs_readwrite_fowner(write, O_RDONLY)", fpath_readwrite, in priv_vfs_readwrite_fowner() 167 try_io("priv_vfs_readwrite_fowner(write, O_WRONLY)", fpath_readwrite, in priv_vfs_readwrite_fowner() 169 try_io("priv_vfs_readwrite_fowner(write, O_RDWR)", fpath_readwrite, in priv_vfs_readwrite_fowner() 198 try_io("priv_vfs_readwrite_fgroup(write, O_RDONLY)", fpath_readwrite, in priv_vfs_readwrite_fgroup() 202 try_io("priv_vfs_readwrite_fgroup(write, O_RDWR)", fpath_readwrite, in priv_vfs_readwrite_fgroup() 235 try_io("priv_vfs_readwrite_fother(write, O_RDWR)", fpath_readwrite, in priv_vfs_readwrite_fother() [all …]
|