init.d/devfs: default mount /dev noexec
This commit is contained in:
parent
98feac173e
commit
e045591845
@ -24,8 +24,9 @@ mount_dev()
|
|||||||
action=--mount
|
action=--mount
|
||||||
conf_d_dir="${RC_SERVICE%/*/*}/conf.d"
|
conf_d_dir="${RC_SERVICE%/*/*}/conf.d"
|
||||||
msg=Mounting
|
msg=Mounting
|
||||||
# Some devices require exec, Bug #92921
|
# Some devices require exec, https://bugs.gentoo.org/92921
|
||||||
mountopts="exec,nosuid,mode=0755"
|
# Users with such requirements can use an fstab entry for /dev
|
||||||
|
mountopts="noexec,nosuid,mode=0755"
|
||||||
if yesno ${skip_mount_dev:-no} ; then
|
if yesno ${skip_mount_dev:-no} ; then
|
||||||
einfo "/dev will not be mounted due to user request"
|
einfo "/dev will not be mounted due to user request"
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user