1 <?xml version="1.0"?>
   2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
   3 <!--
   4         Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
   5 
   6  CDDL HEADER START
   7 
   8  The contents of this file are subject to the terms of the
   9  Common Development and Distribution License (the "License").
  10  You may not use this file except in compliance with the License.
  11 
  12  You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  13  or http://www.opensolaris.org/os/licensing.
  14  See the License for the specific language governing permissions
  15  and limitations under the License.
  16 
  17  When distributing Covered Code, include this CDDL HEADER in each
  18  file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  19  If applicable, add the following below this CDDL HEADER, with the
  20  fields enclosed by brackets "[]" replaced with your own identifying
  21  information: Portions Copyright [yyyy] [name of copyright owner]
  22 
  23  CDDL HEADER END
  24 
  25         NOTE:  This service manifest is not editable; its contents will
  26         be overwritten by package or patch operations, including
  27         operating system upgrade.  Make customizations in a different
  28         file.
  29 -->
  30 
  31 <service_bundle type='manifest' name='SUNWcs:socket-filter-kssl'>
  32 
  33 <service
  34         name='network/socket-filter'
  35         type='service'
  36         version='1'>
  37 
  38         <instance name='kssl' enabled='false'>
  39                 <dependency
  40                     name='kssl-filter-filesystem-root'
  41                     grouping='require_all'
  42                     restart_on='none'
  43                     type='service'>
  44                         <service_fmri value='svc:/system/filesystem/root' />      
  45                 </dependency>
  46 
  47                 <exec_method
  48                         type='method'
  49                         name='start'
  50                         exec='/lib/svc/method/svc-sockfilter start'
  51                         timeout_seconds='60' />
  52 
  53                 <exec_method
  54                         type='method'
  55                         name='stop'
  56                         exec='/lib/svc/method/svc-sockfilter stop'
  57                         timeout_seconds='60' />
  58 
  59                 <property_group name='startd' type='framework'>
  60                         <propval name='duration' type='astring'
  61                                 value='transient' />
  62                 </property_group>
  63 
  64                 <property_group name='socket-filter' type='framework'>
  65                         <propval name='name' type='astring' value='ksslf' />
  66                         <propval name='module_name' type='astring'
  67                                 value='ksslf' />
  68                         <propval name='attach_semantics' type='astring'
  69                                 value='auto' />
  70                         <propval name='socket_tuples' type='astring'
  71                                 value='2:2:0,2:2:6,26:2:0,26:2:6' />
  72                 </property_group>
  73                 
  74                 <template>
  75                         <common_name>
  76                                 <loctext xml:lang='C'>
  77                                 kernel SSL socket filter 
  78                                 </loctext>
  79                         </common_name>
  80                         <documentation>
  81                                 <manpage title='ksslcfg' section='1M'
  82                                     manpath='/usr/share/man' />
  83                         </documentation>
  84                 </template>
  85         </instance>
  86 
  87         <stability value='Unstable' />
  88 </service>
  89 
  90 </service_bundle>