diff options
author | Josh Wilsdon <jwilsdon@joyent.com> | 2016-12-06 11:47:55 -0800 |
---|---|---|
committer | Josh Wilsdon <jwilsdon@joyent.com> | 2016-12-06 11:47:55 -0800 |
commit | a0c3cc6364bc540cdd0aacde91159a6ba5abdbf3 (patch) | |
tree | fda0445addb84170c2b031e455f1d4a5deb9de61 | |
parent | 745e41d14668d8cf1f368877339539189160ba8f (diff) | |
download | illumos-joyent-a0c3cc6364bc540cdd0aacde91159a6ba5abdbf3.tar.gz |
add nodevices,nosetuid,noexecOS-5783
-rw-r--r-- | usr/src/lib/brand/lx/zone/platform.xml | 2 |
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" /> |