34         <global_mount special="/dev" directory="/dev" type="dev"
  35             opt="attrdir=%R/root/dev"/>
  36 
  37         <global_mount special="/var/zonecontrol/%z" directory="/.zonecontrol"
  38             opt="ro,nodevices,nosetuid,noexec" type="lofs" />
  39 
  40         <global_mount special="/lib" directory="/lib"
  41             opt="ro,nodevices" type="lofs" />
  42         <global_mount special="%P/manifests/joyent" directory="/lib/svc/manifest"
  43             opt="ro,nodevices" type="lofs" />
  44         <global_mount special="%R/site" directory="/lib/svc/manifest/site"
  45             opt="nodevices" type="lofs" />
  46         <global_mount special="/sbin" directory="/sbin"
  47             opt="ro,nodevices" type="lofs" />
  48         <global_mount special="/usr" directory="/usr"
  49             opt="ro,nodevices" type="lofs" />
  50         <global_mount special="%R/local" directory="/usr/local"
  51             opt="nodevices" type="lofs" />
  52         <global_mount special="%R/ccs" directory="/usr/ccs"
  53             opt="nodevices" type="lofs" />
  54 
  55         <!-- Local filesystems to mount when booting the zone -->
  56         <mount special="/proc" directory="/proc" type="proc" />
  57         <mount special="ctfs" directory="/system/contract" type="ctfs" />
  58         <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  59         <mount special="objfs" directory="/system/object" type="objfs" />
  60         <mount special="lxproc" directory="/system/lxproc" type="lxproc" />
  61         <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
  62 
  63         <!-- Devices to create under /dev -->
  64         <device match="arp" />
  65         <device match="bpf" />
  66         <device match="conslog" />
  67         <device match="cpu/self/cpuid" />
  68         <device match="crypto" />
  69         <device match="cryptoadm" />
  70         <device match="dsk" />
  71         <device match="dtrace/*" />
  72         <device match="dtrace/provider/*" />
  73         <device match="eventfd" />
  
 | 
 
 
  34         <global_mount special="/dev" directory="/dev" type="dev"
  35             opt="attrdir=%R/root/dev"/>
  36 
  37         <global_mount special="/var/zonecontrol/%z" directory="/.zonecontrol"
  38             opt="ro,nodevices,nosetuid,noexec" type="lofs" />
  39 
  40         <global_mount special="/lib" directory="/lib"
  41             opt="ro,nodevices" type="lofs" />
  42         <global_mount special="%P/manifests/joyent" directory="/lib/svc/manifest"
  43             opt="ro,nodevices" type="lofs" />
  44         <global_mount special="%R/site" directory="/lib/svc/manifest/site"
  45             opt="nodevices" type="lofs" />
  46         <global_mount special="/sbin" directory="/sbin"
  47             opt="ro,nodevices" type="lofs" />
  48         <global_mount special="/usr" directory="/usr"
  49             opt="ro,nodevices" type="lofs" />
  50         <global_mount special="%R/local" directory="/usr/local"
  51             opt="nodevices" type="lofs" />
  52         <global_mount special="%R/ccs" directory="/usr/ccs"
  53             opt="nodevices" type="lofs" />
  54         <mount special="sharefs" directory="/etc/dfs/sharetab" type="sharefs" />
  55 
  56         <!-- Local filesystems to mount when booting the zone -->
  57         <mount special="/proc" directory="/proc" type="proc" />
  58         <mount special="ctfs" directory="/system/contract" type="ctfs" />
  59         <mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
  60         <mount special="objfs" directory="/system/object" type="objfs" />
  61         <mount special="lxproc" directory="/system/lxproc" type="lxproc" />
  62         <mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
  63 
  64         <!-- Devices to create under /dev -->
  65         <device match="arp" />
  66         <device match="bpf" />
  67         <device match="conslog" />
  68         <device match="cpu/self/cpuid" />
  69         <device match="crypto" />
  70         <device match="cryptoadm" />
  71         <device match="dsk" />
  72         <device match="dtrace/*" />
  73         <device match="dtrace/provider/*" />
  74         <device match="eventfd" />
  
 |