summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Wilsdon <jwilsdon@joyent.com>2016-03-19 06:01:08 +0000
committerJosh Wilsdon <jwilsdon@joyent.com>2016-03-19 06:01:08 +0000
commitc43880e964c01d137f19a79610d8aa86133d96bb (patch)
treeb16d31fc72f544b7d1a9e2faaa5412445f2dbf1a
parent43952ba6b83053a338a690d361a3fa450513d64e (diff)
downloadillumos-joyent-nfsvolumes.tar.gz
mount in GZ's nfssec.confnfsvolumes
-rw-r--r--usr/src/lib/brand/lx/zone/platform.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/lib/brand/lx/zone/platform.xml b/usr/src/lib/brand/lx/zone/platform.xml
index ccb6ab3ba1..4a7010f868 100644
--- a/usr/src/lib/brand/lx/zone/platform.xml
+++ b/usr/src/lib/brand/lx/zone/platform.xml
@@ -51,6 +51,8 @@
directory="/native/etc/default/dhcpagent" type="lofs" opt="ro" />
<global_mount special="/etc/netconfig"
directory="/native/etc/netconfig" type="lofs" opt="ro" />
+ <global_mount special="/etc/nfssec.conf"
+ directory="/native/etc/nfssec.conf" type="lofs" opt="ro" />
<global_mount special="/sbin"
directory="/native/sbin" opt="ro,nodevices" type="lofs" />
<global_mount special="/usr/lib/brand/lx/ld" directory="/var/ld"