2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright 2007 Sun Microsystems, Inc. All rights reserved.
5 Use is subject to license terms.
7 Copyright (c) 2012 DEY Storage Systems, Inc. All rights reserved.
11 The contents of this file are subject to the terms of the
12 Common Development and Distribution License (the "License").
13 You may not use this file except in compliance with the License.
15 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16 or http://www.opensolaris.org/os/licensing.
17 See the License for the specific language governing permissions
18 and limitations under the License.
20 When distributing Covered Code, include this CDDL HEADER in each
21 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
22 If applicable, add the following below this CDDL HEADER, with the
23 fields enclosed by brackets "[]" replaced with your own identifying
24 information: Portions Copyright [yyyy] [name of copyright owner]
28 NOTE: This service manifest is not editable; its contents will
29 be overwritten by package or patch operations, including
30 operating system upgrade. Make customizations in a different
33 <service_bundle type='manifest' name='SUNWcsr:ipsecalgs'>
36 name='network/ipsec/ipsecalgs'
40 <!-- The policy service depends on the 'ipsecalgs'
41 service being enabled. -->
42 <create_default_instance enabled='true' />
48 grouping='require_all'
51 <service_fmri value='svc:/system/cryptosvc' />
56 grouping='require_all'
59 <service_fmri value='file://localhost/etc/inet/ipsecalgs' />
64 grouping='require_all'
67 <service_fmri value='svc:/system/filesystem/usr' />
72 grouping='require_all'
75 <service_fmri value='svc:/system/device/local' />
79 name='ipsecalgs-network'
80 grouping='optional_all'
83 value='svc:/milestone/network'
90 exec='/usr/sbin/ipsecalgs -s'
97 exec='/usr/sbin/ipsecalgs -s'
108 <property_group name='general' type='framework'>
109 <!-- A user with this authorization can:
111 svcadm restart ipsecalgs
112 svcadm refresh ipsecalgs
113 svcadm mark <state> ipsecalgs
114 svcadm clear ipsecalgs
116 see auths(1) and user_attr(4)-->
119 name='action_authorization'
121 value='solaris.smf.manage.ipsec'
123 <!-- A user with this authorization can:
125 svcadm disable ipsecalgs
126 svcadm enable ipsecalgs
128 see auths(1) and user_attr(4)-->
130 name='value_authorization'
132 value='solaris.smf.manage.ipsec'
136 <property_group name='startd' type='framework'>
144 <stability value='Unstable' />
148 <loctext xml:lang='C'>
149 IPsec algorithm initialization
153 <loctext xml:lang='C'>
154 IPsec algorithm configuration involves
155 loading AH and ESP algorithm support.
162 manpath='/usr/share/man'