[arch-commits] Commit in filesystem/trunk (fstab)

2011-09-14 Thread Tom Gundersen
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

[arch-commits] Commit in filesystem/trunk (fstab)

2011-07-23 Thread Tom Gundersen
Date: Saturday, July 23, 2011 @ 15:42:07 Author: tomegun Revision: 132374 fstab: remove /dev/{shm,pts} add /tmp /dev/{shm,pts} are dealt with by initrd or rc.sysinit. Making /tmp a tmpfs by default as this is almost always the right thing to do. Modified: filesystem/trunk/fstab ---

[arch-commits] Commit in filesystem/trunk (fstab)

2011-08-10 Thread Tom Gundersen
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 =