259N/A<?xml version="1.0"?>
259N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
259N/A<!--
259N/A
259N/A CDDL HEADER START
259N/A
259N/A The contents of this file are subject to the terms of the
259N/A Common Development and Distribution License (the "License").
259N/A You may not use this file except in compliance with the License.
259N/A
259N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
259N/A or http://www.opensolaris.org/os/licensing.
259N/A See the License for the specific language governing permissions
259N/A and limitations under the License.
259N/A
259N/A When distributing Covered Code, include this CDDL HEADER in each
259N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
259N/A If applicable, add the following below this CDDL HEADER, with the
259N/A fields enclosed by brackets "[]" replaced with your own identifying
259N/A information: Portions Copyright [yyyy] [name of copyright owner]
259N/A
259N/A CDDL HEADER END
259N/A
5939N/A Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.
259N/A
259N/A NOTE: This service manifest is not editable; its contents will
259N/A be overwritten by package or patch operations, including
259N/A operating system upgrade. Make customizations in a different
259N/A file.
259N/A-->
259N/A
259N/A<service_bundle type='manifest' name='tcsd'>
259N/A
259N/A<service
259N/A name='application/security/tcsd'
259N/A type='service'
259N/A version='1'>
259N/A
259N/A <create_default_instance enabled='false' />
259N/A <single_instance/>
817N/A
817N/A <!-- Wait for network interfaces to be initialized. -->
817N/A <dependency
817N/A name='network'
817N/A grouping='require_all'
817N/A restart_on='none'
817N/A type='service'>
817N/A <service_fmri value='svc:/milestone/network:default' />
817N/A </dependency>
259N/A
817N/A <!-- Need / & /usr filesystems mounted, /var mounted read/write -->
817N/A <dependency
817N/A name='filesystem'
817N/A grouping='require_all'
817N/A restart_on='none'
817N/A type='service'>
817N/A <service_fmri value='svc:/system/filesystem/minimal' />
817N/A </dependency>
817N/A
259N/A <exec_method
259N/A type='method'
1467N/A name='start'
5939N/A exec='/lib/svc/method/tcsd start'
259N/A timeout_seconds='60'>
259N/A <method_context>
259N/A <method_credential user='root' group='sys' />
259N/A </method_context>
259N/A </exec_method>
259N/A
259N/A <exec_method
259N/A type='method'
1467N/A name='stop'
1467N/A exec=':kill'
259N/A timeout_seconds='60'>
259N/A <method_context>
259N/A <method_credential user='root' group='sys' />
259N/A </method_context>
259N/A </exec_method>
259N/A
259N/A <property_group name='general' type='framework'>
259N/A <propval name='action_authorization' type='astring'
259N/A value='solaris.smf.manage.tcsd' />
259N/A <propval name='value_authorization' type='astring'
259N/A value='solaris.smf.manage.tcsd' />
817N/A </property_group>
259N/A
259N/A <property_group name='config' type='application'>
259N/A <propval
259N/A name='local_only'
259N/A type='boolean'
259N/A value='true' />
259N/A <propval
259N/A name='value_authorization'
259N/A type='astring'
259N/A value='solaris.smf.value.tcsd' />
259N/A </property_group>
259N/A
817N/A <stability value='Unstable' />
259N/A
817N/A <template>
817N/A <common_name>
817N/A <loctext xml:lang='C'>
1467N/A Trusted Computing Services Daemon
817N/A </loctext>
817N/A </common_name>
817N/A <documentation>
817N/A <manpage title='tcsd' section='8' />
817N/A </documentation>
817N/A </template>
259N/A</service>
259N/A</service_bundle>