bind.xml (eb1a34638eba7c5add1421327f3eb225a8ea7518) bind.xml (8f6d9dae92449b59bdafcb7777bc32f1b2726e48)
1<?xml version='1.0'?>
2<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
3
4<!--
5 CDDL HEADER START
6
7 The contents of this file are subject to the terms of the
8 Common Development and Distribution License (the "License").

--- 10 unchanged lines hidden (view full) ---

19 fields enclosed by brackets "[]" replaced with your own identifying
20 information: Portions Copyright [yyyy] [name of copyright owner]
21
22 CDDL HEADER END
23
24 Copyright 2009 Sun Microsystems, Inc. All rights reserved.
25 Use is subject to license terms.
26
1<?xml version='1.0'?>
2<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
3
4<!--
5 CDDL HEADER START
6
7 The contents of this file are subject to the terms of the
8 Common Development and Distribution License (the "License").

--- 10 unchanged lines hidden (view full) ---

19 fields enclosed by brackets "[]" replaced with your own identifying
20 information: Portions Copyright [yyyy] [name of copyright owner]
21
22 CDDL HEADER END
23
24 Copyright 2009 Sun Microsystems, Inc. All rights reserved.
25 Use is subject to license terms.
26
27 Copyright 2014 Nexenta Systems, Inc. All rights reserved.
28
27 Service manifest for rpcbind
28
29 NOTE: This service manifest is not editable; its contents will
30 be overwritten by package or patch operations, including
31 operating system upgrade. Make customizations in a different
32 file.
33-->
34

--- 145 unchanged lines hidden (view full) ---

180 <propval
181 name='local_only'
182 type='boolean'
183 value='true' />
184
185 <!-- to configure rpc/bind -->
186 <propval name='value_authorization' type='astring'
187 value='solaris.smf.value.rpc.bind' />
29 Service manifest for rpcbind
30
31 NOTE: This service manifest is not editable; its contents will
32 be overwritten by package or patch operations, including
33 operating system upgrade. Make customizations in a different
34 file.
35-->
36

--- 145 unchanged lines hidden (view full) ---

182 <propval
183 name='local_only'
184 type='boolean'
185 value='true' />
186
187 <!-- to configure rpc/bind -->
188 <propval name='value_authorization' type='astring'
189 value='solaris.smf.value.rpc.bind' />
190
191 <propval
192 name='listen_backlog'
193 type='integer'
194 value='64' />
195
196 <propval
197 name='max_threads'
198 type='integer'
199 value='72' />
188 </property_group>
189
190 <!-- Authorization -->
191 <property_group name='general' type='framework'>
192 <!-- to operate rpc/bind -->
193 <propval name='action_authorization' type='astring'
194 value='solaris.smf.manage.rpc.bind' />
195 </property_group>

--- 30 unchanged lines hidden ---
200 </property_group>
201
202 <!-- Authorization -->
203 <property_group name='general' type='framework'>
204 <!-- to operate rpc/bind -->
205 <propval name='action_authorization' type='astring'
206 value='solaris.smf.manage.rpc.bind' />
207 </property_group>

--- 30 unchanged lines hidden ---