git: kernel - Fix access chceck in tmpfs that prevented chroot's into it

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Nov 1 09:31:16 PDT 2010


commit 5a9e9ac748c46989af9293e850ad307c3fc72f80
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Nov 1 09:29:31 2010 -0700

    kernel - Fix access chceck in tmpfs that prevented chroot's into it
    
    * Fix broken code which caused access() calls into tmpfs to assume
      write permission was being requested when it was not.
    
    Submitted-by: Rumko <rumcic at gmail.com>

Summary of changes:
 sys/vfs/tmpfs/tmpfs_vnops.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5a9e9ac748c46989af9293e850ad307c3fc72f80


-- 
DragonFly BSD source repository





More information about the Commits mailing list