Skip to content

Commit

Permalink
OS-5783 make .zonecontrol a mount from the GZ instead of a directory …
Browse files Browse the repository at this point in the history
…in the dataset

Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Josh Wilsdon <josh@wilsdon.ca>
  • Loading branch information
joshwilsdon committed Dec 9, 2016
1 parent 1cb3ba5 commit bd028d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/src/lib/brand/lx/zone/platform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
opt="ro" type="lofs" />
<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,nodevices,nosetuid,noexec" type="lofs" />

<!-- Local filesystems to mount when booting the zone -->
<mount special="/native/dev" directory="/dev" type="lx_devfs" />
Expand Down

0 comments on commit bd028d3

Please sign in to comment.