125cf1a30Sjl139090<?xml version="1.0"?> 225cf1a30Sjl139090<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> 325cf1a30Sjl139090<!-- 425cf1a30Sjl139090 Copyright 2006 Sun Microsystems, Inc. All rights reserved. 525cf1a30Sjl139090 Use is subject to license terms. 625cf1a30Sjl139090 725cf1a30Sjl139090 CDDL HEADER START 825cf1a30Sjl139090 925cf1a30Sjl139090 The contents of this file are subject to the terms of the 1025cf1a30Sjl139090 Common Development and Distribution License (the "License"). 1125cf1a30Sjl139090 You may not use this file except in compliance with the License. 1225cf1a30Sjl139090 1325cf1a30Sjl139090 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 1425cf1a30Sjl139090 or http://www.opensolaris.org/os/licensing. 1525cf1a30Sjl139090 See the License for the specific language governing permissions 1625cf1a30Sjl139090 and limitations under the License. 1725cf1a30Sjl139090 1825cf1a30Sjl139090 When distributing Covered Code, include this CDDL HEADER in each 1925cf1a30Sjl139090 file and include the License file at usr/src/OPENSOLARIS.LICENSE. 2025cf1a30Sjl139090 If applicable, add the following below this CDDL HEADER, with the 2125cf1a30Sjl139090 fields enclosed by brackets "[]" replaced with your own identifying 2225cf1a30Sjl139090 information: Portions Copyright [yyyy] [name of copyright owner] 2325cf1a30Sjl139090 2425cf1a30Sjl139090 CDDL HEADER END 2525cf1a30Sjl139090 2625cf1a30Sjl139090 ident "%Z%%M% %I% %E% SMI" 2725cf1a30Sjl139090 2825cf1a30Sjl139090 NOTE: This service manifest is not editable; its contents will 2925cf1a30Sjl139090 be overwritten by package or patch operations, including 3025cf1a30Sjl139090 operating system upgrade. Make customizations in a different 3125cf1a30Sjl139090 file. 3225cf1a30Sjl139090--> 3325cf1a30Sjl139090 3425cf1a30Sjl139090<service_bundle type='manifest' name='SUNWsckmu.u:sckmd'> 3525cf1a30Sjl139090 3625cf1a30Sjl139090<service name='platform/sun4u/sckmd' type='service' version='1'> 3725cf1a30Sjl139090 3825cf1a30Sjl139090 <create_default_instance enabled='false' /> 3925cf1a30Sjl139090 4025cf1a30Sjl139090 <single_instance /> 4125cf1a30Sjl139090 42*3e1dd242Sraghuram <!-- Required for loading the IPsec algorithms --> 4325cf1a30Sjl139090 <dependency 44*3e1dd242Sraghuram name='net_init' 45*3e1dd242Sraghuram grouping='require_all' 46*3e1dd242Sraghuram restart_on='none' 4725cf1a30Sjl139090 type='service'> 48*3e1dd242Sraghuram <service_fmri value='svc:/network/initial' /> 4925cf1a30Sjl139090 </dependency> 5025cf1a30Sjl139090 51*3e1dd242Sraghuram <!-- Required as non-root local directories could be accessed --> 5225cf1a30Sjl139090 <dependency 5325cf1a30Sjl139090 name='local-filesystems' 5425cf1a30Sjl139090 type='service' 5525cf1a30Sjl139090 grouping='require_all' 5625cf1a30Sjl139090 restart_on='none'> 5725cf1a30Sjl139090 <service_fmri value='svc:/system/filesystem/local' /> 5825cf1a30Sjl139090 </dependency> 5925cf1a30Sjl139090 60*3e1dd242Sraghuram <!-- Required for loading the cryptographic services --> 61*3e1dd242Sraghuram <dependency name='cryptosvc' 62*3e1dd242Sraghuram grouping='require_all' 63*3e1dd242Sraghuram restart_on='none' 64*3e1dd242Sraghuram type='service'> 65*3e1dd242Sraghuram <service_fmri value='svc:/system/cryptosvc' /> 66*3e1dd242Sraghuram </dependency> 67*3e1dd242Sraghuram 6825cf1a30Sjl139090 <exec_method 6925cf1a30Sjl139090 type='method' 7025cf1a30Sjl139090 name='start' 7125cf1a30Sjl139090 exec='/lib/svc/method/svc-sckmd' 7225cf1a30Sjl139090 timeout_seconds='60' /> 7325cf1a30Sjl139090 7425cf1a30Sjl139090 <exec_method 7525cf1a30Sjl139090 type='method' 7625cf1a30Sjl139090 name='stop' 7725cf1a30Sjl139090 exec=':kill -9' 7825cf1a30Sjl139090 timeout_seconds='60' /> 7925cf1a30Sjl139090 8025cf1a30Sjl139090 <property_group name='application' type='framework'> 8125cf1a30Sjl139090 <propval name='auto_enable' type='boolean' value='true' /> 8225cf1a30Sjl139090 </property_group> 8325cf1a30Sjl139090 8425cf1a30Sjl139090 <stability value='Evolving' /> 8525cf1a30Sjl139090 8625cf1a30Sjl139090 <template> 8725cf1a30Sjl139090 <common_name> 8825cf1a30Sjl139090 <loctext xml:lang='C'> 8925cf1a30Sjl139090 key management daemon 9025cf1a30Sjl139090 </loctext> 9125cf1a30Sjl139090 </common_name> 9225cf1a30Sjl139090 <documentation> 9325cf1a30Sjl139090 <manpage title='sckmd' section='1M' 9425cf1a30Sjl139090 manpath='/usr/share/man' /> 9525cf1a30Sjl139090 </documentation> 9625cf1a30Sjl139090 </template> 9725cf1a30Sjl139090</service> 9825cf1a30Sjl139090 9925cf1a30Sjl139090</service_bundle> 100