DragonFly BSD
DragonFly commits List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: Fix chdir/fchdir for setuid/setgid binaries


From: Simon Schubert <corecode@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Sep 2009 08:11:07 -0700 (PDT)

commit 609c6f34fef1b0942cfff9f26bc1844a4858ad7c
Author: Simon 'corecode' Schubert <corecode@fs.ei.tum.de>
Date:   Wed Sep 30 17:02:24 2009 +0200

    Fix chdir/fchdir for setuid/setgid binaries
    
    Access checks for a directory have to be done using the euid/egid, not
    the ruid/rgid.

Summary of changes:
 sys/kern/vfs_syscalls.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/609c6f34fef1b0942cfff9f26bc1844a4858ad7c


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]