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