summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2004-11-09 21:33:19 +0000
committerkeramida <keramida@FreeBSD.org>2004-11-09 21:33:19 +0000
commitc6f350df370b418343158c6308fa6e6255dd7ae4 (patch)
treebdf43d2825400c7f518839ded588e4277b13f70f /etc
parentb188666781eb6b720e2adf60f48518a8cc9fd34c (diff)
downloadFreeBSD-src-c6f350df370b418343158c6308fa6e6255dd7ae4.zip
FreeBSD-src-c6f350df370b418343158c6308fa6e6255dd7ae4.tar.gz
Revert the noexec,nosuid,nodev options for md /tmp file systems, since
the change in the default behavior may break existing, working setups. Requested by: brooks
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 4d79265..cfc8dd6 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -40,7 +40,7 @@ pccard_ether_delay="5" # Delay before trying to start dhclient in pccard_ether
removable_interfaces="" # Removable network interfaces for /etc/pccard_ether.
tmpmfs="AUTO" # Set to YES to always create an mfs /tmp, NO to never
tmpsize="20m" # Size of mfs /tmp if created
-tmpmfs_flags="-S -o noexec,nosuid,nodev" # Extra mdmfs options for the mfs /tmp
+tmpmfs_flags="-S" # Extra mdmfs options for the mfs /tmp
varmfs="AUTO" # Set to YES to always create an mfs /var, NO to never
varsize="32m" # Size of mfs /var if created
varmfs_flags="-S" # Extra mount options for the mfs /var
OpenPOWER on IntegriCloud