dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / lib / brand / sn1 / zone / config.xml
blob894050f15805357740a25035d6277354d74f5df4
1 <?xml version="1.0"?>
3 <!--
4  CDDL HEADER START
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.
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.
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]
21  CDDL HEADER END
23  Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
25  DO NOT EDIT THIS FILE.
26 -->
28 <!DOCTYPE brand PUBLIC "-//Sun Microsystems Inc//DTD Brands//EN"
29     "file:///usr/share/lib/xml/dtd/brand.dtd.1">
31 <brand name="sn1">
32         <modname>sn1_brand</modname>
34         <initname>/sbin/init</initname>
35         <login_cmd>/usr/bin/login -z %Z %u</login_cmd>
36         <forcedlogin_cmd>/usr/bin/login -z %Z -f %u</forcedlogin_cmd>
38         <user_cmd>/usr/bin/getent passwd %u</user_cmd>
40         <install>/usr/lib/brand/ipkg/pkgcreatezone -z %z -R %R</install>
41         <boot>/usr/lib/brand/sn1/sn1_boot %R</boot>
42         <sysboot>/usr/lib/brand/ipkg/prestate %z %R 2 0</sysboot>
43         <verify_cfg></verify_cfg>
44         <verify_adm></verify_adm>
45         <attach>/usr/lib/brand/ipkg/attach %z %R</attach>
46         <detach>/usr/lib/brand/ipkg/detach -z %z -R %R</detach>
47         <clone>/usr/lib/brand/ipkg/clone -z %z -R %R</clone>
48         <uninstall>/usr/lib/brand/ipkg/uninstall %z %R</uninstall>
49         <prestatechange>/usr/lib/brand/ipkg/prestate %z %R</prestatechange>
50         <poststatechange>/usr/lib/brand/ipkg/poststate %z %R</poststatechange>
51         <query>/usr/lib/brand/shared/query %z %R</query>
53         <privilege set="default" name="contract_event" />
54         <privilege set="default" name="contract_identity" />
55         <privilege set="default" name="contract_observer" />
56         <privilege set="default" name="file_chown" />
57         <privilege set="default" name="file_chown_self" />
58         <privilege set="default" name="file_dac_execute" />
59         <privilege set="default" name="file_dac_read" />
60         <privilege set="default" name="file_dac_search" />
61         <privilege set="default" name="file_dac_write" />
62         <privilege set="default" name="file_owner" />
63         <privilege set="default" name="file_setid" />
64         <privilege set="default" name="ipc_dac_read" />
65         <privilege set="default" name="ipc_dac_write" />
66         <privilege set="default" name="ipc_owner" />
67         <privilege set="default" name="net_icmpaccess" />
68         <privilege set="default" name="net_observability" />
69         <privilege set="default" name="net_privaddr" />
70         <privilege set="default" name="net_rawaccess" ip-type="exclusive" />
71         <privilege set="default" name="proc_chroot" />
72         <privilege set="default" name="sys_audit" />
73         <privilege set="default" name="proc_audit" />
74         <privilege set="default" name="proc_lock_memory" />
75         <privilege set="default" name="proc_owner" />
76         <privilege set="default" name="proc_secflags" />
77         <privilege set="default" name="proc_setid" />
78         <privilege set="default" name="proc_taskid" />
79         <privilege set="default" name="sys_acct" />
80         <privilege set="default" name="sys_admin" />
81         <privilege set="default" name="sys_ip_config" ip-type="exclusive" />
82         <privilege set="default" name="sys_iptun_config" ip-type="exclusive" />
83         <privilege set="default" name="sys_mount" />
84         <privilege set="default" name="sys_nfs" />
85         <privilege set="default" name="sys_resource" />
86         <privilege set="default" name="sys_ppp_config" ip-type="exclusive" />
88         <privilege set="prohibited" name="dtrace_kernel" />
89         <privilege set="prohibited" name="proc_zone" />
90         <privilege set="prohibited" name="sys_config" />
91         <privilege set="prohibited" name="sys_devices" />
92         <privilege set="prohibited" name="sys_ip_config" ip-type="shared" />
93         <privilege set="prohibited" name="sys_linkdir" />
94         <privilege set="prohibited" name="sys_net_config" />
95         <privilege set="prohibited" name="sys_res_config" />
96         <privilege set="prohibited" name="sys_suser_compat" />
97         <privilege set="prohibited" name="xvm_control" />
98         <privilege set="prohibited" name="virt_manage" />
99         <privilege set="prohibited" name="sys_ppp_config" ip-type="shared" />
101         <privilege set="required" name="proc_exec" />
102         <privilege set="required" name="proc_fork" />
103         <privilege set="required" name="sys_ip_config" ip-type="exclusive" />
104         <privilege set="required" name="sys_mount" />
105 </brand>