[arch-commits] Commit in filesystem/trunk (fstab)
Tom Gundersen
tomegun at archlinux.org
Wed Sep 14 23:20:48 UTC 2011
Date: Wednesday, September 14, 2011 @ 19:20:48
Author: tomegun
Revision: 138031
fstab: remove noexec from /tmp
Mounting /tmp as noexec is recommended by some guidelines, and it probably defends against some attacks. However, some packages rely on /tmp being mounted exec, so we do that by default.
At the end of the day the admin decides the contents of fstab, so the default is not that important.
Modified:
filesystem/trunk/fstab
-------+
fstab | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: fstab
===================================================================
--- fstab 2011-09-14 23:20:33 UTC (rev 138030)
+++ fstab 2011-09-14 23:20:48 UTC (rev 138031)
@@ -1,5 +1,5 @@
#
# /etc/fstab: static file system information
#
-# <file system> <dir> <type> <options> <dump> <pass>
-tmpfs /tmp tmpfs nodev,noexec,nosuid 0 0
+# <file system> <dir> <type> <options> <dump> <pass>
+tmpfs /tmp tmpfs nodev,nosuid 0 0
More information about the arch-commits
mailing list