git: dirfs - Rework how host file permissions are checked.

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Thu Oct 10 04:35:11 PDT 2013


commit 83837cefd393a05bfbab3822a5871134d8e1abe9
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date:   Thu Oct 10 04:24:31 2013 -0700

    dirfs - Rework how host file permissions are checked.
    
    * Retrieve uid/gid of the user running the vkernel on mount time
      instead of on every open(2).

Summary of changes:
 sys/vfs/dirfs/dirfs.h        | 13 ++++++-
 sys/vfs/dirfs/dirfs_subr.c   | 87 +++++++++++++++++++++++---------------------
 sys/vfs/dirfs/dirfs_vfsops.c |  4 ++
 sys/vfs/dirfs/dirfs_vnops.c  |  6 +--
 4 files changed, 63 insertions(+), 47 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/83837cefd393a05bfbab3822a5871134d8e1abe9


-- 
DragonFly BSD source repository



More information about the Commits mailing list