kill tsol ("Trusted Solaris") aka TX ("Trusted Extensions")
[unleashed.git] / usr / src / lib / brand / solaris10 / zone / config.xml
blob991ef95c9b443dbab6e7a7127098baa4cf5db6ed
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) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
25  DO NOT EDIT THIS FILE.
26  Copyright 2014 Nexenta Systems, Inc. All rights reserved.
27 -->
29 <!DOCTYPE brand PUBLIC "-//Sun Microsystems Inc//DTD Brands//EN"
30     "file:///usr/share/lib/xml/dtd/brand.dtd.1">
32 <brand name="solaris10">
33         <modname>s10_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>
37         <user_cmd>/usr/bin/getent passwd %u</user_cmd>
39         <install>/usr/lib/brand/solaris10/image_install %z %R</install>
40         <installopts>a:d:Fpsuv</installopts>
41         <boot>/usr/lib/brand/solaris10/s10_boot %z %R</boot>
42         <sysboot>/usr/lib/brand/solaris10/prestate %z %R 2 0</sysboot>
43         <halt></halt>
44         <shutdown>/usr/sbin/shutdown -y -g0 -i5</shutdown>
45         <verify_cfg>/usr/lib/brand/solaris10/s10_support verify</verify_cfg>
46         <verify_adm></verify_adm>
47         <postattach>/usr/lib/brand/solaris10/postattach %z %R</postattach>
48         <attach>/usr/lib/brand/solaris10/attach %z %R</attach>
49         <detach>/usr/lib/brand/solaris10/detach %z %R</detach>
50         <clone>/usr/lib/brand/solaris10/clone -z %z -R %R</clone>
51         <preuninstall>/usr/lib/brand/solaris10/preuninstall %z %R</preuninstall>
52         <uninstall>/usr/lib/brand/solaris10/uninstall %z %R</uninstall>
53         <prestatechange>/usr/lib/brand/solaris10/prestate %z %R</prestatechange>
54         <poststatechange>/usr/lib/brand/solaris10/poststate %z %R</poststatechange>
55         <query>/usr/lib/brand/shared/query %z %R</query>
57         <privilege set="default" name="contract_event" />
58         <privilege set="default" name="contract_identity" />
59         <privilege set="default" name="contract_observer" />
60         <privilege set="default" name="file_chown" />
61         <privilege set="default" name="file_chown_self" />
62         <privilege set="default" name="file_dac_execute" />
63         <privilege set="default" name="file_dac_read" />
64         <privilege set="default" name="file_dac_search" />
65         <privilege set="default" name="file_dac_write" />
66         <privilege set="default" name="file_owner" />
67         <privilege set="default" name="file_setid" />
68         <privilege set="default" name="ipc_dac_read" />
69         <privilege set="default" name="ipc_dac_write" />
70         <privilege set="default" name="ipc_owner" />
71         <privilege set="default" name="net_icmpaccess" />
72         <privilege set="default" name="net_observability" />
73         <privilege set="default" name="net_privaddr" />
74         <privilege set="default" name="net_rawaccess" ip-type="exclusive" />
75         <privilege set="default" name="proc_chroot" />
76         <privilege set="default" name="sys_audit" />
77         <privilege set="default" name="proc_audit" />
78         <privilege set="default" name="proc_lock_memory" />
79         <privilege set="default" name="proc_owner" />
80         <privilege set="default" name="proc_setid" />
81         <privilege set="default" name="proc_taskid" />
82         <privilege set="default" name="sys_acct" />
83         <privilege set="default" name="sys_admin" />
84         <privilege set="default" name="sys_ip_config" ip-type="exclusive" />
85         <privilege set="default" name="sys_iptun_config" ip-type="exclusive" />
86         <privilege set="default" name="sys_mount" />
87         <privilege set="default" name="sys_nfs" />
88         <privilege set="default" name="sys_resource" />
89         <privilege set="default" name="sys_ppp_config" ip-type="exclusive" />
91         <privilege set="prohibited" name="dtrace_kernel" />
92         <privilege set="prohibited" name="proc_zone" />
93         <privilege set="prohibited" name="sys_config" />
94         <privilege set="prohibited" name="sys_devices" />
95         <privilege set="prohibited" name="sys_ip_config" ip-type="shared" />
96         <privilege set="prohibited" name="sys_linkdir" />
97         <privilege set="prohibited" name="sys_net_config" />
98         <privilege set="prohibited" name="sys_res_config" />
99         <privilege set="prohibited" name="sys_suser_compat" />
100         <privilege set="prohibited" name="xvm_control" />
101         <privilege set="prohibited" name="virt_manage" />
102         <privilege set="prohibited" name="sys_ppp_config" ip-type="shared" />
104         <privilege set="required" name="proc_exec" />
105         <privilege set="required" name="proc_fork" />
106         <privilege set="required" name="sys_ip_config" ip-type="exclusive" />
107         <privilege set="required" name="sys_mount" />
108 </brand>