summaryrefslogtreecommitdiffstats
path: root/etc/auto_master
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-08-31 21:55:08 +0000
committertrasz <trasz@FreeBSD.org>2014-08-31 21:55:08 +0000
commit7b5c207075fd2ddf256f5d6186821e395177a883 (patch)
treec902c3828bc21c528942c126811d1771eb253ab2 /etc/auto_master
parentea9facf035a27630270c4502346a663f0dbc2e45 (diff)
downloadFreeBSD-src-7b5c207075fd2ddf256f5d6186821e395177a883.zip
FreeBSD-src-7b5c207075fd2ddf256f5d6186821e395177a883.tar.gz
MFC r270406:
Add "nobrowse" option. Previously automountd(8) always behaved as if it was set, now it's conditional. PR: 192862 Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/auto_master')
-rw-r--r--etc/auto_master2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/auto_master b/etc/auto_master
index 16d55e2..3b3e5da 100644
--- a/etc/auto_master
+++ b/etc/auto_master
@@ -2,4 +2,4 @@
#
# Automounter master map, see auto_master(5) for details.
#
-/net -hosts -nosuid
+/net -hosts -nobrowse,nosuid
OpenPOWER on IntegriCloud