socket-filter-kssl.xml revision dd49f125507979bb2ab505a8daf2a46d1be27051
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
CDDL HEADER START
The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").
You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions
and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at usr/src/OPENSOLARIS.LICENSE.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]
CDDL HEADER END
NOTE: This service manifest is not editable; its contents will
be overwritten by package or patch operations, including
operating system upgrade. Make customizations in a different
file.
-->
<service_bundle type='manifest' name='SUNWcs:socket-filter-kssl'>
<service
name='network/socket-filter'
type='service'
version='1'>
<instance name='kssl' enabled='false'>
<dependency
name='kssl-filter-filesystem-root'
grouping='require_all'
restart_on='none'
type='service'>
<service_fmri value='svc:/system/filesystem/root' />
</dependency>
<exec_method
type='method'
name='start'
exec='/lib/svc/method/svc-sockfilter start'
timeout_seconds='60' />
<exec_method
type='method'
name='stop'
exec='/lib/svc/method/svc-sockfilter stop'
timeout_seconds='60' />
<property_group name='startd' type='framework'>
<propval name='duration' type='astring'
value='transient' />
</property_group>
<property_group name='socket-filter' type='framework'>
<propval name='name' type='astring' value='ksslf' />
<propval name='module_name' type='astring'
value='ksslf' />
<propval name='attach_semantics' type='astring'
value='auto' />
<propval name='socket_tuples' type='astring'
value='2:2:0,2:2:6,26:2:0,26:2:6' />
</property_group>
<template>
<common_name>
<loctext xml:lang='C'>
kernel SSL socket filter
</loctext>
</common_name>
<documentation>
<manpage title='ksslcfg' section='1M'
manpath='/usr/share/man' />
</documentation>
</template>
</instance>
<stability value='Unstable' />
</service>
</service_bundle>