diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-08-16 00:57:55 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-08-16 00:57:55 -0300 |
commit | 9fe3016e5e2a96898b283a0ba14d277dafc8b389 (patch) | |
tree | 508e5a6ebab4b8664ac910ec9881934d49807ead /libre/filesystem/fstab | |
parent | 4fbfc0cb67fc005399f091ab3e18d150b264aaba (diff) |
libre/filesystem-2011.08-1.1
Diffstat (limited to 'libre/filesystem/fstab')
-rw-r--r-- | libre/filesystem/fstab | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/filesystem/fstab b/libre/filesystem/fstab index a23e7955b..c1a07fcc7 100644 --- a/libre/filesystem/fstab +++ b/libre/filesystem/fstab @@ -1,6 +1,5 @@ # # /etc/fstab: static file system information # -# <file system> <dir> <type> <options> <dump> <pass> -devpts /dev/pts devpts defaults 0 0 -shm /dev/shm tmpfs nodev,nosuid 0 0 +# <file system> <dir> <type> <options> <dump> <pass> +tmpfs /tmp tmpfs nodev,noexec,nosuid 0 0 |