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

git: DragonFly_RELEASE_2_8 nullfs - Add 'noexec' flag support.


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 28 Oct 2010 16:06:42 -0700 (PDT)

commit 29761b8087bf316e4cdce50c83a2150c3f72b0c0
Author: Antonio Huete Jimenez <tuxillo@quantumachine.net>
Date:   Mon Oct 25 17:04:37 2010 +0200

    nullfs - Add 'noexec' flag support.
    
    * Make possible to mount a null-mount with 'noexec' option.
    
    * If the underlying filesystem is mounted as 'noexec' and no options
    were given at mount-time, the null mount will automatically
    have 'noexec'.
    
    Pointed-out-by: @dillon

Summary of changes:
 sys/kern/imgact_elf.c        |    4 +++-
 sys/kern/kern_exec.c         |    8 +++++---
 sys/sys/imgact.h             |    4 +++-
 sys/vfs/nullfs/null_vfsops.c |    2 ++
 4 files changed, 13 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/29761b8087bf316e4cdce50c83a2150c3f72b0c0


-- 
DragonFly BSD source repository



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