Print this page
12278 nfs-zone needs man page changes
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/zones.5.man.txt
          +++ new/usr/src/man/man5/zones.5.man.txt
↓ open down ↓ 143 lines elided ↑ open up ↑
 144  144         be mounted into one or more zones using the read-only option of the
 145  145         lofs(7FS) file system. This allows the same file system data to be
 146  146         shared in multiple zones, while preserving the security guarantees
 147  147         supplied by zones.
 148  148  
 149  149  
 150  150         NFS and autofs mounts established within a zone are local to that zone;
 151  151         they cannot be accessed from other zones, including the global zone.
 152  152         The mounts are removed when the zone is halted or rebooted.
 153  153  
      154 +
      155 +       A zone can share filesystems using nfs(4) or smb(4) subject to the
      156 +       restrictions earlier in this section, plus the additional restriction
      157 +       that file sharing can only be done from filesystems a zone completely
      158 +       controls. Some brands(5) do not have the zone root set to a filesystem
      159 +       boundary.  sharefs(7FS) can instantiate per-zone subject to the brand
      160 +       restrictions.
      161 +
 154  162     Networking
 155  163         A zone has its own port number space for TCP, UDP, and SCTP
 156  164         applications and typically one or more separate IP addresses (but some
 157  165         configurations of Trusted Extensions share IP address(es) between
 158  166         zones).
 159  167  
 160  168  
 161  169         For the IP layer (IP routing, ARP, IPsec, IP Filter, and so on) a zone
 162  170         can either share the configuration and state with the global zone (a
 163  171         shared-IP zone), or have its distinct IP layer configuration and state
↓ open down ↓ 39 lines elided ↑ open up ↑
 203  211         configured via zonecfg(1M), for the purpose of system consolidation. If
 204  212         a zone emulates a host identifier, then commands such as hostid(1) and
 205  213         sysdef(1M) as well as C interfaces such as sysinfo(2) and gethostid(3C)
 206  214         that are executed within the context of the zone will display or return
 207  215         the zone's emulated host identifier rather than the host machine's
 208  216         identifier.
 209  217  
 210  218  SEE ALSO
 211  219         hostid(1), zlogin(1), zonename(1), in.rlogind(1M), sshd(1M),
 212  220         sysdef(1M), zoneadm(1M), zonecfg(1M), kill(2), priocntl(2), sysinfo(2),
 213      -       gethostid(3C), getzoneid(3C), ucred_get(3C), proc(4), attributes(5),
 214      -       brands(5), privileges(5), crgetzoneid(9F)
      221 +       gethostid(3C), getzoneid(3C), ucred_get(3C), nfs(4), proc(4), smb(4),
      222 +       attributes(5), brands(5), privileges(5), sharefs(7FS), crgetzoneid(9F)
 215  223  
 216  224  
 217  225  
 218  226                                 January 29, 2009                       ZONES(5)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX