summaryrefslogtreecommitdiff
path: root/mount-setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount-setup.c')
-rw-r--r--mount-setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mount-setup.c b/mount-setup.c
index 8cb77669f3..8ad37f860b 100644
--- a/mount-setup.c
+++ b/mount-setup.c
@@ -43,8 +43,8 @@ enum {
static const char *table[] = {
"proc", "/proc", "proc", NULL,
"sysfs", "/sys", "sysfs", NULL,
- "devtmps", "/dev", "devtmpfs", "mode=755",
- "tmpfs", "/dev/shm", "tmpfs", "mode=1777",
+ "devtmps", "/dev", "devtmpfs", "mode=755,noexec,nosuid",
+ "tmpfs", "/dev/shm", "tmpfs", "mode=1777,nodev,noexec,nosuid",
"devpts", "/dev/pts", "devpts", NULL,
"cgroup", "/cgroup/debug", "cgroup", "debug",
"debugfs", "/sys/kernel/debug", "debugfs", NULL,