labeld.xml revision f875b4ebb1dd9fdbeb043557cab38ab3bf7f6e01
1N/A<?xml version="1.0"?>
1N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
1N/A<!--
1N/A CDDL HEADER START
1N/A
1N/A The contents of this file are subject to the terms of the
1N/A Common Development and Distribution License (the "License").
1N/A You may not use this file except in compliance with the License.
1N/A
1N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1N/A or http://www.opensolaris.org/os/licensing.
1N/A See the License for the specific language governing permissions
1N/A and limitations under the License.
1N/A
1N/A When distributing Covered Code, include this CDDL HEADER in each
1N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1N/A If applicable, add the following below this CDDL HEADER, with the
1N/A fields enclosed by brackets "[]" replaced with your own identifying
1N/A information: Portions Copyright [yyyy] [name of copyright owner]
1N/A
1N/A CDDL HEADER END
1N/A
1N/A Copyright 2007 Sun Microsystems, Inc. All rights reserved.
1N/A Use is subject to license terms.
1N/A
1N/A ident "%Z%%M% %I% %E% SMI"
1N/A-->
1N/A
1N/A<service_bundle type='manifest' name='SUNWtsg:labeld'>
<service
name='system/labeld'
type='service'
version='1'>
<create_default_instance enabled='false' />
<single_instance/>
<dependency
name='usr'
type='service'
grouping='require_all'
restart_on='none'>
<service_fmri value='svc:/system/filesystem/minimal' />
</dependency>
<exec_method
type='method'
name='start'
exec='/lib/svc/method/svc-labeld %m'
timeout_seconds='180' />
<exec_method
type='method'
name='stop'
exec='/lib/svc/method/svc-labeld %m'
timeout_seconds='180' />
<property_group name='general' type='framework'>
<!-- start and stop labeld -->
<propval name='action_authorization' type='astring'
value='solaris.smf.manage.labels' />
<propval name='value_authorization' type='astring'
value='solaris.smf.manage.labels' />
</property_group>
<stability value='Unstable' />
<template>
<common_name>
<loctext xml:lang='C'> label daemon
</loctext>
</common_name>
<documentation>
<doc_link
name='Solaris Trusted Extensions Label Administration Guide'
uri='http://docs.sun.com' />
</documentation>
</template>
</service>
</service_bundle>