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

git: nullfs - Add 'noexec' flag support.


From: Antonio Huete Jimenez <tuxillo@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 25 Oct 2010 08:18:10 -0700 (PDT)

commit 246693acf8309ec9b86116ad739d385afccdcdaa
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/246693acf8309ec9b86116ad739d385afccdcdaa


-- 
DragonFly BSD source repository



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