diff options
-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" /> |