]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
mount.nfs: Fix issue with -o user,exec
authorNeil Brown <neilb@suse.de>
Thu, 22 Mar 2007 05:56:20 +0000 (16:56 +1100)
committerNeil Brown <neilb@suse.de>
Thu, 22 Mar 2007 05:56:20 +0000 (16:56 +1100)
It would seem to make sense for mount.nfs to impose the
  "-o user" => "-o noexec,nodev,nosuid"
rule.  However if you give "user,exec" to /sbin/mount,
it will pass down
    nodev,nosuid,user
with the 'exec' flag :-(

So we have to leave that handling of that particular rule to
/sbin/mount.


No differences found