Searched refs:priv_vfs_chown_othergid (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/tools/regression/priv/
H A Dpriv_vfs_chown.c132 setup_file("priv_vfs_chown_othergid: fpath", fpath, asroot ? UID_ROOT
139 priv_vfs_chown_othergid(int asroot, int injail, struct test *test) function
145 expect("priv_vfs_chown_othergid(root, jail)", error, 0, 0);
147 expect("priv_vfs_chown_othergid(root, !jail)", error, 0, 0);
149 expect("priv_vfs_chown_othergid(!root, !jail)", error, -1,
152 expect("priv_vfs_chown_othergid(!root, !jail)", error, -1,
H A Dmain.h228 void priv_vfs_chown_othergid(int, int, struct test *);
H A Dmain.c268 { "priv_vfs_chown_othergid", priv_vfs_chown_othergid_setup,
269 priv_vfs_chown_othergid, priv_vfs_chown_cleanup },

Completed in 53 milliseconds