summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Wilsdon <jwilsdon@joyent.com>2016-12-06 11:47:55 -0800
committerJosh Wilsdon <jwilsdon@joyent.com>2016-12-06 11:47:55 -0800
commita0c3cc6364bc540cdd0aacde91159a6ba5abdbf3 (patch)
treefda0445addb84170c2b031e455f1d4a5deb9de61
parent745e41d14668d8cf1f368877339539189160ba8f (diff)
downloadillumos-joyent-a0c3cc6364bc540cdd0aacde91159a6ba5abdbf3.tar.gz
add nodevices,nosetuid,noexecOS-5783
-rw-r--r--usr/src/lib/brand/lx/zone/platform.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/brand/lx/zone/platform.xml b/usr/src/lib/brand/lx/zone/platform.xml
index 37476d6c84..5a0d757c55 100644
--- a/usr/src/lib/brand/lx/zone/platform.xml
+++ b/usr/src/lib/brand/lx/zone/platform.xml
@@ -60,7 +60,7 @@
<global_mount special="/etc/zones/%z.xml"
directory="/native/etc/zones/%z.xml" opt="ro" type="lofs" />
<global_mount special="/var/zonecontrol/%z" directory="/native/.zonecontrol"
- opt="ro" type="lofs" />
+ opt="ro,nodevices,nosetuid,noexec" type="lofs" />
<!-- Local filesystems to mount when booting the zone -->
<mount special="/native/dev" directory="/dev" type="lx_devfs" />