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 (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. 24 25 DO NOT EDIT THIS FILE. 26 --> 27 28 <!DOCTYPE brand PUBLIC "-//Sun Microsystems Inc//DTD Brands//EN" 29 "file:///usr/share/lib/xml/dtd/brand.dtd.1"> 30 31 <brand name="lx"> 32 <modname>lx_brand</modname> 33 34 <initname>/sbin/init</initname> 35 <login_cmd>/bin/login -h zone:%Z %u</login_cmd> 36 <forcedlogin_cmd>/bin/login -h zone:%Z -f %u</forcedlogin_cmd> 37 <user_cmd>/usr/bin/getent passwd %u</user_cmd> 38 39 <install>/usr/lib/brand/lx/lx_install %z %R</install> 40 <installopts>d:hsvX</installopts> 41 <boot>/usr/lib/brand/lx/lx_support boot %R %z</boot> 42 <halt>/usr/lib/brand/lx/lx_support halt %R %z</halt> 43 <verify_cfg>/usr/lib/brand/lx/lx_support verify</verify_cfg> 44 <verify_adm></verify_adm> 45 <postclone></postclone> 46 <postinstall></postinstall> 47 48 <privilege set="default" name="contract_event" /> 49 <privilege set="default" name="contract_identity" /> 50 <privilege set="default" name="contract_observer" /> 51 <privilege set="default" name="file_chown" /> 52 <privilege set="default" name="file_chown_self" /> 53 <privilege set="default" name="file_dac_execute" /> 54 <privilege set="default" name="file_dac_read" /> 55 <privilege set="default" name="file_dac_search" /> 56 <privilege set="default" name="file_dac_write" /> 57 <privilege set="default" name="file_owner" /> 58 <privilege set="default" name="file_setid" /> 59 <privilege set="default" name="ipc_dac_read" /> 60 <privilege set="default" name="ipc_dac_write" /> 61 <privilege set="default" name="ipc_owner" /> 62 <privilege set="default" name="net_bindmlp" /> 63 <privilege set="default" name="net_icmpaccess" /> 64 <privilege set="default" name="net_mac_aware" /> 65 <privilege set="default" name="net_privaddr" /> 66 <privilege set="default" name="proc_chroot" /> 67 <privilege set="default" name="sys_audit" /> 68 <privilege set="default" name="proc_audit" /> 69 <privilege set="default" name="proc_lock_memory" /> 70 <privilege set="default" name="proc_owner" /> 71 <privilege set="default" name="proc_setid" /> 72 <privilege set="default" name="proc_taskid" /> 73 <privilege set="default" name="sys_acct" /> 74 <privilege set="default" name="sys_admin" /> 75 <privilege set="default" name="sys_mount" /> 76 <privilege set="default" name="sys_nfs" /> 77 <privilege set="default" name="sys_resource" /> 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" /> 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 91 <privilege set="required" name="proc_exec" /> 92 <privilege set="required" name="proc_fork" /> 93 <privilege set="required" name="sys_mount" /> 94 </brand>