git: tmpfs - Fix chown for tmpfs
commit bd48f29c8b7cc6382382cbbdca9a3134a25db57c
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue May 25 15:09:50 2010 -0700
tmpfs - Fix chown for tmpfs
* Replace the manual permission check bits with a call to
vop_helper_chown().
* Fixes an issue where suid programs were unable to call chown() on
files in tmpfs.
Reported-by: Francois Tigeot <ftigeot@wolfpond.org>
Summary of changes:
sys/vfs/tmpfs/tmpfs_subr.c | 81 +++++++++++--------------------------------
1 files changed, 21 insertions(+), 60 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bd48f29c8b7cc6382382cbbdca9a3134a25db57c
--
DragonFly BSD source repository