xref: /illumos-gate/usr/src/lib/brand/sn1/zone/config.xml (revision f53eecf5)
1<?xml version="1.0"?>
2
3<!--
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 2009 Sun Microsystems, Inc.  All rights reserved.
24 Use is subject to license terms.
25
26 DO NOT EDIT THIS FILE.
27-->
28
29<!DOCTYPE brand PUBLIC "-//Sun Microsystems Inc//DTD Brands//EN"
30    "file:///usr/share/lib/xml/dtd/brand.dtd.1">
31
32<brand name="sn1">
33	<modname>sn1_brand</modname>
34
35	<initname>/sbin/init</initname>
36	<login_cmd>/usr/bin/login -z %Z -f %u</login_cmd>
37	<user_cmd>/usr/bin/getent passwd %u</user_cmd>
38
39	<install>/usr/lib/brand/native/sw_support install %z %R</install>
40	<boot>/usr/lib/brand/sn1/sn1_boot %R</boot>
41	<verify_cfg></verify_cfg>
42	<verify_adm></verify_adm>
43	<postclone>/usr/lib/brand/native/sw_support postclone %z %R</postclone>
44
45	<privilege set="default" name="contract_event" />
46	<privilege set="default" name="contract_identity" />
47	<privilege set="default" name="contract_observer" />
48	<privilege set="default" name="file_chown" />
49	<privilege set="default" name="file_chown_self" />
50	<privilege set="default" name="file_dac_execute" />
51	<privilege set="default" name="file_dac_read" />
52	<privilege set="default" name="file_dac_search" />
53	<privilege set="default" name="file_dac_write" />
54	<privilege set="default" name="file_owner" />
55	<privilege set="default" name="file_setid" />
56	<privilege set="default" name="ipc_dac_read" />
57	<privilege set="default" name="ipc_dac_write" />
58	<privilege set="default" name="ipc_owner" />
59	<privilege set="default" name="net_bindmlp" />
60	<privilege set="default" name="net_icmpaccess" />
61	<privilege set="default" name="net_mac_aware" />
62	<privilege set="default" name="net_privaddr" />
63	<privilege set="default" name="net_rawaccess" ip-type="exclusive" />
64	<privilege set="default" name="proc_chroot" />
65	<privilege set="default" name="sys_audit" />
66	<privilege set="default" name="proc_audit" />
67	<privilege set="default" name="proc_lock_memory" />
68	<privilege set="default" name="proc_owner" />
69	<privilege set="default" name="proc_setid" />
70	<privilege set="default" name="proc_taskid" />
71	<privilege set="default" name="sys_acct" />
72	<privilege set="default" name="sys_admin" />
73	<privilege set="default" name="sys_ip_config" ip-type="exclusive" />
74	<privilege set="default" name="sys_mount" />
75	<privilege set="default" name="sys_nfs" />
76	<privilege set="default" name="sys_resource" />
77	<privilege set="default" name="sys_ppp_config" ip-type="exclusive" />
78
79	<privilege set="prohibited" name="dtrace_kernel" />
80	<privilege set="prohibited" name="proc_zone" />
81	<privilege set="prohibited" name="sys_config" />
82	<privilege set="prohibited" name="sys_devices" />
83	<privilege set="prohibited" name="sys_ip_config" ip-type="shared" />
84	<privilege set="prohibited" name="sys_linkdir" />
85	<privilege set="prohibited" name="sys_net_config" />
86	<privilege set="prohibited" name="sys_res_config" />
87	<privilege set="prohibited" name="sys_suser_compat" />
88	<privilege set="prohibited" name="xvm_control" />
89	<privilege set="prohibited" name="virt_manage" />
90	<privilege set="prohibited" name="sys_ppp_config" ip-type="shared" />
91
92	<privilege set="required" name="proc_exec" />
93	<privilege set="required" name="proc_fork" />
94	<privilege set="required" name="sys_ip_config" ip-type="exclusive" />
95	<privilege set="required" name="sys_mount" />
96</brand>
97