Add vop_helper_chmod() and vop_helper_chown(). These helper functions
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 25 May 2008 18:34:46 +0000 (18:34 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 25 May 2008 18:34:46 +0000 (18:34 +0000)
commitf7179e23a55650a75bdc326644dc3189a7ed202a
tree1a978ec6a6ad671cef22511830231977c1f8a13b
parent04f14bf7dc116a5c0c971de12bc41eaf8f479d77
Add vop_helper_chmod() and vop_helper_chown().  These helper functions
implement the guts of a standard unix chmod or chown operation, including
validation based on creds.
sys/kern/vfs_helper.c
sys/sys/mount.h