Print this page
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/lib/brand/lx/zone/config.xml
+++ new/usr/src/lib/brand/lx/zone/config.xml
1 1 <?xml version="1.0"?>
2 2
3 3 <!--
4 4 CDDL HEADER START
5 5
6 6 The contents of this file are subject to the terms of the
7 7 Common Development and Distribution License (the "License").
8 8 You may not use this file except in compliance with the License.
9 9
10 10 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 11 or http://www.opensolaris.org/os/licensing.
12 12 See the License for the specific language governing permissions
13 13 and limitations under the License.
14 14
15 15 When distributing Covered Code, include this CDDL HEADER in each
16 16 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 17 If applicable, add the following below this CDDL HEADER, with the
18 18 fields enclosed by brackets "[]" replaced with your own identifying
19 19 information: Portions Copyright [yyyy] [name of copyright owner]
20 20
21 21 CDDL HEADER END
22 22
23 23 Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
24 24 Copyright 2015, Joyent, Inc.
25 25
26 26 DO NOT EDIT THIS FILE.
27 27 -->
28 28
29 29 <!DOCTYPE brand PUBLIC "-//Sun Microsystems Inc//DTD Brands//EN"
|
↓ open down ↓ |
29 lines elided |
↑ open up ↑ |
30 30 "file:///usr/share/lib/xml/dtd/brand.dtd.1">
31 31
32 32 <brand name="lx">
33 33 <modname>lx_brand</modname>
34 34
35 35 <initname>/native/usr/lib/brand/lx/lxinit</initname>
36 36 <login_cmd>/bin/login -h zone:%Z %u</login_cmd>
37 37 <forcedlogin_cmd>/bin/login -h zone:%Z -f %u</forcedlogin_cmd>
38 38 <user_cmd>/usr/bin/getent passwd %u</user_cmd>
39 39
40 - <install>/usr/lib/brand/lx/lx_install %z %R</install>
41 - <installopts>d:hsvX</installopts>
40 + <install>/usr/lib/brand/lx/lx_install -z %z -R %R</install>
41 + <installopts>s:</installopts>
42 42 <boot>/usr/lib/brand/lx/lx_boot %z %R</boot>
43 43 <halt>/usr/lib/brand/lx/lx_support halt %R %z</halt>
44 44 <verify_cfg>/usr/lib/brand/lx/lx_support verify</verify_cfg>
45 45 <verify_adm></verify_adm>
46 46 <postclone></postclone>
47 47 <postinstall></postinstall>
48 48
49 49 <privilege set="default" name="contract_event" />
50 50 <privilege set="default" name="contract_identity" />
51 51 <privilege set="default" name="contract_observer" />
52 52 <privilege set="default" name="dtrace_proc" />
53 53 <privilege set="default" name="dtrace_user" />
54 54 <privilege set="default" name="file_chown" />
55 55 <privilege set="default" name="file_chown_self" />
56 56 <privilege set="default" name="file_dac_execute" />
57 57 <privilege set="default" name="file_dac_read" />
58 58 <privilege set="default" name="file_dac_search" />
59 59 <privilege set="default" name="file_dac_write" />
60 60 <privilege set="default" name="file_owner" />
61 61 <privilege set="default" name="file_setid" />
62 62 <privilege set="default" name="ipc_dac_read" />
|
↓ open down ↓ |
11 lines elided |
↑ open up ↑ |
63 63 <privilege set="default" name="ipc_dac_write" />
64 64 <privilege set="default" name="ipc_owner" />
65 65 <privilege set="default" name="net_bindmlp" />
66 66 <privilege set="default" name="net_icmpaccess" />
67 67 <privilege set="default" name="net_mac_aware" />
68 68 <privilege set="default" name="net_privaddr" />
69 69 <privilege set="default" name="net_rawaccess" ip-type="exclusive" />
70 70 <privilege set="default" name="proc_chroot" />
71 71 <privilege set="default" name="sys_audit" />
72 72 <privilege set="default" name="proc_audit" />
73 + <privilege set="default" name="proc_clock_highres" />
73 74 <privilege set="default" name="proc_lock_memory" />
74 75 <privilege set="default" name="proc_owner" />
75 76 <privilege set="default" name="proc_setid" />
76 77 <privilege set="default" name="proc_prioup" />
77 78 <privilege set="default" name="proc_taskid" />
78 79 <privilege set="default" name="sys_acct" />
79 80 <privilege set="default" name="sys_admin" />
80 81 <privilege set="default" name="sys_ip_config" ip-type="exclusive" />
81 82 <privilege set="default" name="sys_iptun_config" ip-type="exclusive" />
82 83 <privilege set="default" name="sys_mount" />
83 84 <privilege set="default" name="sys_nfs" />
84 85 <privilege set="default" name="sys_resource" />
85 86 <privilege set="default" name="sys_ppp_config" ip-type="exclusive" />
86 87
87 88 <privilege set="prohibited" name="dtrace_kernel" />
88 89 <privilege set="prohibited" name="proc_zone" />
89 90 <privilege set="prohibited" name="sys_config" />
90 91 <privilege set="prohibited" name="sys_devices" />
91 92 <privilege set="prohibited" name="sys_ip_config" ip-type="shared" />
92 93 <privilege set="prohibited" name="sys_linkdir" />
93 94 <privilege set="prohibited" name="sys_net_config" />
94 95 <privilege set="prohibited" name="sys_ppp_config" ip-type="shared" />
95 96 <privilege set="prohibited" name="sys_res_config" />
96 97 <privilege set="prohibited" name="sys_suser_compat" />
97 98 <privilege set="prohibited" name="xvm_control" />
98 99 <privilege set="prohibited" name="virt_manage" />
99 100
100 101 <privilege set="required" name="proc_exec" />
101 102 <privilege set="required" name="proc_fork" />
102 103 <privilege set="required" name="sys_ip_config" ip-type="exclusive" />
103 104 <privilege set="required" name="sys_mount" />
104 105 </brand>
|
↓ open down ↓ |
22 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX