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

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 28 16:07:26 PDT 2010


commit 29761b8087bf316e4cdce50c83a2150c3f72b0c0
Author: Antonio Huete Jimenez <tuxillo at 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





More information about the Commits mailing list