diff options
Diffstat (limited to 'Base/etc/fstab')
-rw-r--r-- | Base/etc/fstab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Base/etc/fstab b/Base/etc/fstab index 08b414ddec..a80aefc78a 100644 --- a/Base/etc/fstab +++ b/Base/etc/fstab @@ -5,6 +5,6 @@ /dev /dev bind bind,nosuid /bin /bin bind bind,nodev -proc /proc proc nosuid -devpts /dev/pts devpts noexec,nosuid -tmp /tmp tmp nodev,nosuid +none /proc proc nosuid +none /dev/pts devpts noexec,nosuid +none /tmp tmp nodev,nosuid |