git: tmpfs - Fix chown for tmpfs

看板DFBSD_commit作者時間15年前 (2010/05/26 06:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1B_4_cHS (DFBSD_commit)