1<?xml version="1.0"?>
2<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
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) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
24-->
25
26<service_bundle type='manifest' name='SUNWtsr:tsol-zones'>
27
28<service
29	name='system/tsol-zones'
30	type='service'
31	version='1'>
32
33	<create_default_instance enabled='true' />
34
35	<single_instance />
36
37	<dependency
38		name='filesystem'
39		grouping='require_all'
40		restart_on='none'
41		type='service'>
42		<service_fmri value='svc:/system/filesystem/minimal' />
43	</dependency>
44
45	<exec_method
46		type='method'
47		name='start'
48		exec='/lib/svc/method/svc-tsol-zones'
49		timeout_seconds='60' />
50
51	<exec_method
52		type='method'
53		name='stop'
54		exec=':true'
55		timeout_seconds='60' />
56
57	<property_group name='startd' type='framework'>
58		<propval name='duration' type='astring' value='transient' />
59	</property_group>
60
61	<stability value='Unstable' />
62
63	<template>
64		<common_name>
65			<loctext xml:lang='C'>
66			Trusted Solaris labeled zone services setup
67			</loctext>
68		</common_name>
69		<documentation>
70			<manpage
71				title='tsol'
72				section='7'
73				manpath='/usr/man' />
74		</documentation>
75	</template>
76
77</service>
78
79</service_bundle>
80