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

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 2 Nov 2010 10:15:02 -0700 (PDT)

commit e064349336477b4537ee19cb2fe2ed3b62ccbb0b
Author: Matthew Dillon <dillon@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@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/e064349336477b4537ee19cb2fe2ed3b62ccbb0b


-- 
DragonFly BSD source repository



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