Date: Wednesday, August 10, 2011 @ 09:02:31
  Author: tomegun
Revision: 135141

mount /tmp noexec as it is world writeable

Modified:
  filesystem/trunk/fstab

-------+
 fstab |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: fstab
===================================================================
--- fstab       2011-08-10 12:54:44 UTC (rev 135140)
+++ fstab       2011-08-10 13:02:31 UTC (rev 135141)
@@ -1,5 +1,5 @@
 # 
 # /etc/fstab: static file system information
 #
-# <file system>        <dir>   <type>  <options>       <dump>  <pass>
-tmpfs          /tmp    tmpfs   nodev,nosuid    0       0
+# <file system>        <dir>   <type>  <options>               <dump>  <pass>
+tmpfs          /tmp    tmpfs   nodev,noexec,nosuid     0       0

Reply via email to