4 CDDL HEADER START
5
6 The contents of this file are subject to the terms of the
7 Common Development and Distribution License (the "License").
8 You may not use this file except in compliance with the License.
9
10 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 or http://www.opensolaris.org/os/licensing.
12 See the License for the specific language governing permissions
13 and limitations under the License.
14
15 When distributing Covered Code, include this CDDL HEADER in each
16 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 If applicable, add the following below this CDDL HEADER, with the
18 fields enclosed by brackets "[]" replaced with your own identifying
19 information: Portions Copyright [yyyy] [name of copyright owner]
20
21 CDDL HEADER END
22
23 Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
24
25 -->
26
27 <!--Element Definitions-->
28
29 <!ELEMENT fsoption EMPTY>
30 <!ATTLIST fsoption name CDATA #REQUIRED>
31
32 <!ELEMENT filesystem (fsoption)* >
33
34 <!ATTLIST filesystem special CDATA #REQUIRED
35 raw CDATA ""
36 directory CDATA #REQUIRED
37 type CDATA #REQUIRED>
38
39 <!--
40 The "inherited-pkg-dir" element may no longer be specified in a
41 configuration, however we retain the definition to aid with migration
42 of existing configurations.
43 -->
145 <!ELEMENT security-flags EMPTY>
146
147 <!ATTLIST security-flags default CDATA ""
148 lower CDATA ""
149 upper CDATA "">
150
151 <!ELEMENT zone (filesystem | inherited-pkg-dir | network | device |
152 deleted-device | rctl | attr | dataset | package |
153 patch | dev-perm | tmp_pool | pset |
154 mcap | admin | security-flags)*>
155
156 <!ATTLIST zone name CDATA #REQUIRED
157 zonepath CDATA #REQUIRED
158 autoboot (true | false) #REQUIRED
159 ip-type CDATA ""
160 hostid CDATA ""
161 pool CDATA ""
162 limitpriv CDATA ""
163 bootargs CDATA ""
164 brand CDATA ""
165 scheduling-class CDATA ""
166 fs-allowed CDATA ""
167 version NMTOKEN #FIXED '1'>
|
4 CDDL HEADER START
5
6 The contents of this file are subject to the terms of the
7 Common Development and Distribution License (the "License").
8 You may not use this file except in compliance with the License.
9
10 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 or http://www.opensolaris.org/os/licensing.
12 See the License for the specific language governing permissions
13 and limitations under the License.
14
15 When distributing Covered Code, include this CDDL HEADER in each
16 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 If applicable, add the following below this CDDL HEADER, with the
18 fields enclosed by brackets "[]" replaced with your own identifying
19 information: Portions Copyright [yyyy] [name of copyright owner]
20
21 CDDL HEADER END
22
23 Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
24 Copyright (c) 2011, Joyent Inc. All rights reserved.
25
26 -->
27
28 <!--Element Definitions-->
29
30 <!ELEMENT fsoption EMPTY>
31 <!ATTLIST fsoption name CDATA #REQUIRED>
32
33 <!ELEMENT filesystem (fsoption)* >
34
35 <!ATTLIST filesystem special CDATA #REQUIRED
36 raw CDATA ""
37 directory CDATA #REQUIRED
38 type CDATA #REQUIRED>
39
40 <!--
41 The "inherited-pkg-dir" element may no longer be specified in a
42 configuration, however we retain the definition to aid with migration
43 of existing configurations.
44 -->
146 <!ELEMENT security-flags EMPTY>
147
148 <!ATTLIST security-flags default CDATA ""
149 lower CDATA ""
150 upper CDATA "">
151
152 <!ELEMENT zone (filesystem | inherited-pkg-dir | network | device |
153 deleted-device | rctl | attr | dataset | package |
154 patch | dev-perm | tmp_pool | pset |
155 mcap | admin | security-flags)*>
156
157 <!ATTLIST zone name CDATA #REQUIRED
158 zonepath CDATA #REQUIRED
159 autoboot (true | false) #REQUIRED
160 ip-type CDATA ""
161 hostid CDATA ""
162 pool CDATA ""
163 limitpriv CDATA ""
164 bootargs CDATA ""
165 brand CDATA ""
166 debugid CDATA ""
167 scheduling-class CDATA ""
168 fs-allowed CDATA ""
169 version NMTOKEN #FIXED '1'>
|