2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
6 The contents of this file are subject to the terms of the
7 Common Development and Distribution License (the "License").
8 You may not use this file except in compliance with the License.
10 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 or http://www.opensolaris.org/os/licensing.
12 See the License for the specific language governing permissions
13 and limitations under the License.
15 When distributing Covered Code, include this CDDL HEADER in each
16 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 If applicable, add the following below this CDDL HEADER, with the
18 fields enclosed by brackets "[]" replaced with your own identifying
19 information: Portions Copyright [yyyy] [name of copyright owner]
23 Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
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
31 <service_bundle type='manifest' name='SUNWsnortr:snort'>
38 <create_default_instance enabled='false' />
42 <dependency name='fs-local'
43 grouping='require_all'
47 value='svc:/system/filesystem/local' />
50 <dependency name='fs-autofs'
51 grouping='optional_all'
54 <service_fmri value='svc:/system/filesystem/autofs' />
59 grouping='optional_all'
62 <service_fmri value='svc:/milestone/network' />
65 <dependency name='net-loopback'
66 grouping='require_all'
69 <service_fmri value='svc:/network/loopback' />
72 <dependency name='net-physical'
73 grouping='require_all'
76 <service_fmri value='svc:/network/physical' />
82 exec='/lib/svc/method/snortd start'
88 privileges='basic,net_rawaccess' />
96 timeout_seconds='60' />
98 <property_group name='startd'
100 <!-- sub-process core dumps shouldn't restart session -->
101 <propval name='ignore_error'
102 type='astring' value='core,signal' />
105 <property_group name='general' type='framework'>
106 <!-- to start stop snortd -->
107 <propval name='action_authorization' type='astring'
108 value='solaris.smf.manage.snort' />
109 <propval name='value_authorization' type='astring'
110 value='solaris.smf.manage.snort' />
113 <stability value='Unstable' />
117 <loctext xml:lang='C'>
122 <manpage title='snort' section='1M' manpath='/usr/share/man' />