diff options
Diffstat (limited to 'Base/etc')
-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 a80aefc78a..08b414ddec 100644 --- a/Base/etc/fstab +++ b/Base/etc/fstab @@ -5,6 +5,6 @@ /dev /dev bind bind,nosuid /bin /bin bind bind,nodev -none /proc proc nosuid -none /dev/pts devpts noexec,nosuid -none /tmp tmp nodev,nosuid +proc /proc proc nosuid +devpts /dev/pts devpts noexec,nosuid +tmp /tmp tmp nodev,nosuid |