summaryrefslogtreecommitdiff
path: root/init.d/mount-ro.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/mount-ro.in')
-rw-r--r--init.d/mount-ro.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/mount-ro.in b/init.d/mount-ro.in
index 2fb83c0..2e41872 100644
--- a/init.d/mount-ro.in
+++ b/init.d/mount-ro.in
@@ -20,6 +20,7 @@ start()
. "${RC_LIBDIR}"/sh/rc-mount.sh
eindent
local m="/dev|/dev/.*|/proc|/proc.*|/sys|/sys/.*|${RC_SVCDIR}" x= fs=
+ m="${m}|/bin|/sbin|/lib|/libexec"
# RC_NO_UMOUNTS is an env var that can be set by plugins
local OIFS=$IFS SIFS=${IFS-y} IFS=$IFS
IFS=$IFS: