xref: /illumos-gate/usr/src/cmd/pfexecd/pfexecd.xml (revision 134a1f4e)
1<?xml version="1.0"?>
2<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
3<!--
4
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.
10
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.
15
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]
21
22 CDDL HEADER END
23
24 Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
25
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-->
31
32<service_bundle type='manifest' name='SUNWcs:pfexec'>
33
34<service
35	name='system/pfexec'
36	type='service'
37	version='1'>
38
39	<create_default_instance enabled='true' />
40
41	<single_instance />
42
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>
50
51	<exec_method
52		type='method'
53		name='start'
54		exec='/usr/lib/pfexecd'
55		timeout_seconds='60'>
56	</exec_method>
57
58	<exec_method
59		type='method'
60		name='stop'
61		exec=':kill'
62		timeout_seconds='60'>
63	</exec_method>
64
65	<exec_method
66		type='method'
67		name='refresh'
68		exec=':kill'
69		timeout_seconds='60'>
70	</exec_method>
71
72	<property_group name='options' type='application'>
73	</property_group>
74
75	<stability value='Unstable' />
76
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>
85
86</service_bundle>
87