Merge commit 'b1e7e97d3b60469b243b3b2e22c7d8cbd11c7c90'
[unleashed.git] / usr / src / cmd / pfexecd / pfexecd.xml
blobc13249e4b696d685b1525ef22d802a76eb2a35a9
1 <?xml version="1.0"?>
2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3 <!--
5  CDDL HEADER START
6  
7  The contents of this file are subject to the terms of the
8  Common Development and Distribution License (the "License").
9  You may not use this file except in compliance with the License.
11  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12  or http://www.opensolaris.org/os/licensing.
13  See the License for the specific language governing permissions
14  and limitations under the License.
16  When distributing Covered Code, include this CDDL HEADER in each
17  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18  If applicable, add the following below this CDDL HEADER, with the
19  fields enclosed by brackets "[]" replaced with your own identifying
20  information: Portions Copyright [yyyy] [name of copyright owner]
22  CDDL HEADER END
24  Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
26     NOTE:  This service manifest is not editable; its contents will
27     be overwritten by package or patch operations, including
28     operating system upgrade.  Make customizations in a different
29     file.
30 -->
32 <service_bundle type='manifest' name='SUNWcs:pfexec'>
34 <service
35         name='system/pfexec'
36         type='service'
37         version='1'>
39         <create_default_instance enabled='true' />
41         <single_instance />
43         <dependency
44                 name='usr'
45                 type='service'
46                 grouping='require_all'
47                 restart_on='none'>
48                 <service_fmri value='svc:/system/filesystem/usr' />
49         </dependency>
51         <exec_method
52                 type='method'
53                 name='start'
54                 exec='/usr/lib/pfexecd'
55                 timeout_seconds='60'>
56         </exec_method>
58         <exec_method
59                 type='method'
60                 name='stop'
61                 exec=':kill'
62                 timeout_seconds='60'>
63         </exec_method>
65         <exec_method
66                 type='method'
67                 name='refresh'
68                 exec=':kill'
69                 timeout_seconds='60'>
70         </exec_method>
72         <property_group name='options' type='application'>
73         </property_group>
75         <stability value='Unstable' />
77         <template>
78                 <common_name>
79                         <loctext xml:lang='C'>
80                         Supports in-kernel pfexec and forced privileges.
81                         </loctext>
82                 </common_name>
83         </template>
84 </service>
86 </service_bundle>