DragonFly commits List (threaded) for 2009-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: nfs: fix real/effective id mismatch in nfs_access
commit 408229397d962ed4b38dbb059e2327e5b7d66146
Author: Nicolas Thery <nthery@gmail.com>
Date: Wed Sep 9 09:39:02 2009 +0200
nfs: fix real/effective id mismatch in nfs_access
When access(2) or faccessat(2) without AT_EACCESS are called on
NFS file, use real uid/gid.
When faccessat(2) with AT_EACCESS set is called on NFS file, use
effective uid/gid.
Summary of changes:
sys/vfs/nfs/nfs_vnops.c | 39 +++++++++++++++++++++++++++++----------
1 files changed, 29 insertions(+), 10 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/408229397d962ed4b38dbb059e2327e5b7d66146
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]