19acbbeafSnn<?xml version="1.0"?>
29acbbeafSnn
39acbbeafSnn<!--
49acbbeafSnn CDDL HEADER START
59acbbeafSnn
69acbbeafSnn The contents of this file are subject to the terms of the
79acbbeafSnn Common Development and Distribution License (the "License").
89acbbeafSnn You may not use this file except in compliance with the License.
99acbbeafSnn
109acbbeafSnn You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
119acbbeafSnn or http://www.opensolaris.org/os/licensing.
129acbbeafSnn See the License for the specific language governing permissions
139acbbeafSnn and limitations under the License.
149acbbeafSnn
159acbbeafSnn When distributing Covered Code, include this CDDL HEADER in each
169acbbeafSnn file and include the License file at usr/src/OPENSOLARIS.LICENSE.
179acbbeafSnn If applicable, add the following below this CDDL HEADER, with the
189acbbeafSnn fields enclosed by brackets "[]" replaced with your own identifying
199acbbeafSnn information: Portions Copyright [yyyy] [name of copyright owner]
209acbbeafSnn
219acbbeafSnn CDDL HEADER END
229acbbeafSnn
230fbb751dSJohn Levon Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
240dfe541eSEvan Layton Copyright 2018 Nexenta Systems, Inc.
25*19df86dcSJason King Copyright 2021 Joyent, Inc.
269acbbeafSnn
279acbbeafSnn DO NOT EDIT THIS FILE.
289acbbeafSnn-->
299acbbeafSnn
309acbbeafSnn<!DOCTYPE platform PUBLIC "-//Sun Microsystems Inc//Zones Platform//EN"
319acbbeafSnn    "file:///usr/share/lib/xml/dtd/zone_platform.dtd.1">
329acbbeafSnn
33ead1f93eSLiane Praza<platform name="ipkg" allow-exclusive-ip="true">
349acbbeafSnn
359acbbeafSnn	<!-- Global filesystems to mount when booting the zone -->
369acbbeafSnn	<global_mount special="/dev" directory="/dev" type="dev"
37ead1f93eSLiane Praza	    opt="attrdir=%R/root/dev"/>
389acbbeafSnn
399acbbeafSnn	<!-- Local filesystems to mount when booting the zone -->
409acbbeafSnn	<mount special="/proc" directory="/proc" type="proc" />
419acbbeafSnn	<mount special="ctfs" directory="/system/contract" type="ctfs" />
429acbbeafSnn	<mount special="mnttab" directory="/etc/mnttab" type="mntfs" />
439acbbeafSnn	<mount special="objfs" directory="/system/object" type="objfs" />
449acbbeafSnn	<mount special="swap" directory="/etc/svc/volatile" type="tmpfs" />
450dfe541eSEvan Layton	<mount special="sharefs" directory="/etc/dfs/sharetab" type="sharefs" />
469acbbeafSnn
479acbbeafSnn	<!-- Devices to create under /dev -->
489acbbeafSnn	<device match="arp" />
490a0e9771SDarren Reed	<device match="bpf" />
509acbbeafSnn	<device match="conslog" />
519acbbeafSnn	<device match="cpu/self/cpuid" />
529acbbeafSnn	<device match="crypto" />
539acbbeafSnn	<device match="cryptoadm" />
549acbbeafSnn	<device match="dsk" />
559acbbeafSnn	<device match="dtrace/*" />
569acbbeafSnn	<device match="dtrace/provider/*" />
578c3347c4SAlexander Pyhalov	<device match="eventfd" />
589acbbeafSnn	<device match="fd" />
59b1c760bdSJames Blachly	<device match="full" />
60b127ac41SPhilip Kirk	<device match="ipnet" />
619acbbeafSnn	<device match="kstat" />
629acbbeafSnn	<device match="lo0" />
630fbb751dSJohn Levon	<device match="lofictl" />
640fbb751dSJohn Levon	<device match="lofi" />
659acbbeafSnn	<device match="log" />
669acbbeafSnn	<device match="logindmux" />
674bff34e3Sthurlow	<device match="nsmb" />
68d62bc4baSyz	<device match="net/*" />
699acbbeafSnn	<device match="null" />
709acbbeafSnn	<device match="openprom" arch="sparc" />
719acbbeafSnn	<device match="poll" />
729acbbeafSnn	<device match="pool" />
739acbbeafSnn	<device match="ptmx" />
749acbbeafSnn	<device match="pts/*" />
759acbbeafSnn	<device match="random" />
769acbbeafSnn	<device match="rdsk" />
770fbb751dSJohn Levon	<device match="rlofi" />
789acbbeafSnn	<device match="rmt" />
799acbbeafSnn	<device match="sad/user" />
80*19df86dcSJason King	<device match="signalfd" />
818622ec45SGordon Ross	<device match="smbsrv" />
82b127ac41SPhilip Kirk	<device match="svvslo0" />
83b127ac41SPhilip Kirk	<device match="svvslo1" />
84b127ac41SPhilip Kirk	<device match="svvslo2" />
85b127ac41SPhilip Kirk	<device match="svvslo3" />
869acbbeafSnn	<device match="swap" />
879acbbeafSnn	<device match="sysevent" />
889acbbeafSnn	<device match="tcp" />
899acbbeafSnn	<device match="tcp6" />
909acbbeafSnn	<device match="term" />
919acbbeafSnn	<device match="ticlts" />
929acbbeafSnn	<device match="ticots" />
939acbbeafSnn	<device match="ticotsord" />
949acbbeafSnn	<device match="tty" />
959acbbeafSnn	<device match="udp" />
969acbbeafSnn	<device match="udp6" />
979acbbeafSnn	<device match="urandom" />
989acbbeafSnn	<device match="zero" />
999acbbeafSnn	<device match="zfs" />
1009acbbeafSnn
101f4b3ec61Sdh	<!-- Devices to create in exclusive IP zone only -->
1022b24ab6bSSebastien Roy	<device match="dld" ip-type="exclusive" />
103f4b3ec61Sdh	<device match="icmp" ip-type="exclusive" />
104f4b3ec61Sdh	<device match="icmp6" ip-type="exclusive" />
105f4b3ec61Sdh	<device match="ip" ip-type="exclusive" />
106f4b3ec61Sdh	<device match="ip6" ip-type="exclusive" />
107f4b3ec61Sdh	<device match="ipauth" ip-type="exclusive" />
108f4b3ec61Sdh	<device match="ipf" ip-type="exclusive" />
109f4b3ec61Sdh	<device match="ipl" ip-type="exclusive" />
110f4b3ec61Sdh	<device match="iplookup" ip-type="exclusive" />
111e11c3f44Smeem	<device match="ipmpstub" ip-type="exclusive" />
112f4b3ec61Sdh	<device match="ipnat" ip-type="exclusive" />
113f4b3ec61Sdh	<device match="ipscan" ip-type="exclusive" />
114f4b3ec61Sdh	<device match="ipsecah" ip-type="exclusive" />
115f4b3ec61Sdh	<device match="ipsecesp" ip-type="exclusive" />
116f4b3ec61Sdh	<device match="ipstate" ip-type="exclusive" />
117f4b3ec61Sdh	<device match="ipsync" ip-type="exclusive" />
118f4b3ec61Sdh	<device match="keysock" ip-type="exclusive" />
119f4b3ec61Sdh	<device match="rawip" ip-type="exclusive" />
120f4b3ec61Sdh	<device match="rawip6" ip-type="exclusive" />
121f4b3ec61Sdh	<device match="rts" ip-type="exclusive" />
122e6bdcbd5Sdh	<device match="sad/admin" ip-type="exclusive" />
123f4b3ec61Sdh	<device match="sctp" ip-type="exclusive" />
124f4b3ec61Sdh	<device match="sctp6" ip-type="exclusive" />
125f4b3ec61Sdh	<device match="spdsock" ip-type="exclusive" />
126f53eecf5SJames Carlson	<device match="sppp" ip-type="exclusive" />
127f53eecf5SJames Carlson	<device match="sppptun" ip-type="exclusive" />
128bd670b35SErik Nordmark	<device match="vni" ip-type="exclusive" />
129f4b3ec61Sdh
1309acbbeafSnn	<!-- Renamed devices to create under /dev -->
1319acbbeafSnn	<device match="zcons/%z/zoneconsole" name="zconsole" />
1329acbbeafSnn
1339acbbeafSnn	<!-- Symlinks to create under /dev -->
1349acbbeafSnn	<symlink source="console" target="zconsole" />
1359acbbeafSnn	<symlink source="dtremote" target="/dev/null" />
1369acbbeafSnn	<symlink source="msglog" target="zconsole" />
1379acbbeafSnn	<symlink source="stderr" target="./fd/2" />
1389acbbeafSnn	<symlink source="stdin" target="./fd/0" />
1399acbbeafSnn	<symlink source="stdout" target="./fd/1" />
1409acbbeafSnn	<symlink source="syscon" target="zconsole" />
1419acbbeafSnn	<symlink source="sysmsg" target="zconsole" />
1429acbbeafSnn	<symlink source="systty" target="zconsole" />
1439acbbeafSnn
1449acbbeafSnn</platform>
145