3 <!--
4 CDDL HEADER START
5
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.
9
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.
14
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]
20
21 CDDL HEADER END
22
23 Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 Use is subject to license terms.
25
26 The purpose of the limited_net profile is to provide a set of
27 active services that allow one to connect to the machine via ssh
28 (requires sshd). The services which are deactivated here are those
29 that are at odds with this goal. Those which are activated are
30 explicit requirements for the goal's satisfaction.
31
32 NOTE: Service profiles delivered by this package are not editable,
33 and their contents will be overwritten by package or patch
34 operations, including operating system upgrade. Make customizations
35 in a distinct file. The path, /var/svc/profile/site.xml, is a
36 distinguished location for a site-specific service profile, treated
37 otherwise equivalently to this file.
38 -->
39 <service_bundle type='profile' name='generic_limited_net'
40 xmlns:xi='http://www.w3.org/2003/XInclude' >
41 <!--
42 Include name service profile, as set by system id tools.
43 -->
293 <instance name='default' enabled='false'/>
294 </service>
295 <service name='network/rpc/metamh' version='1' type='service'>
296 <instance name='default' enabled='false'/>
297 </service>
298
299 <!--
300 non-default inetd(1M) RPC services disabled
301 -->
302 <service name='network/rpc/rex' version='1' type='service'>
303 <instance name='default' enabled='false'/>
304 </service>
305 <service name='network/rpc/spray' version='1' type='service'>
306 <instance name='default' enabled='false'/>
307 </service>
308 <service name='network/rpc/wall' version='1' type='service'>
309 <instance name='default' enabled='false'/>
310 </service>
311
312 <!--
313 Enable CDE services.
314 -->
315 <service name='application/cde-printinfo' version='1' type='service'>
316 <instance name='default' enabled='true' />
317 </service>
318 <service name='network/rpc/cde-ttdbserver' version='1' type='service'>
319 <instance name='tcp' enabled='true' />
320 </service>
321 <service name='application/graphical-login/cde-login' version='1'
322 type='service'>
323 <instance name='default' enabled='true' />
324 </service>
325 <service name='network/rpc/cde-calendar-manager' version='1' type='service'>
326 <instance name='default' enabled='true'/>
327 </service>
328
329 <!--
330 Disabled CDE services.
331 -->
332 <service name='network/cde-spc' version='1' type='service'>
333 <instance name='default' enabled='false' />
334 </service>
335 <service name='application/x11/xfs' version='1' type='service'>
336 <instance name='default' enabled='false'/>
337 </service>
338
339 </service_bundle>
|
3 <!--
4 CDDL HEADER START
5
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.
9
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.
14
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]
20
21 CDDL HEADER END
22
23 Copyright 2010 Sun Microsystems, Inc. All rights reserved.
24 Use is subject to license terms.
25
26 The purpose of the limited_net profile is to provide a set of
27 active services that allow one to connect to the machine via ssh
28 (requires sshd). The services which are deactivated here are those
29 that are at odds with this goal. Those which are activated are
30 explicit requirements for the goal's satisfaction.
31
32 NOTE: Service profiles delivered by this package are not editable,
33 and their contents will be overwritten by package or patch
34 operations, including operating system upgrade. Make customizations
35 in a distinct file. The path, /var/svc/profile/site.xml, is a
36 distinguished location for a site-specific service profile, treated
37 otherwise equivalently to this file.
38 -->
39 <service_bundle type='profile' name='generic_limited_net'
40 xmlns:xi='http://www.w3.org/2003/XInclude' >
41 <!--
42 Include name service profile, as set by system id tools.
43 -->
293 <instance name='default' enabled='false'/>
294 </service>
295 <service name='network/rpc/metamh' version='1' type='service'>
296 <instance name='default' enabled='false'/>
297 </service>
298
299 <!--
300 non-default inetd(1M) RPC services disabled
301 -->
302 <service name='network/rpc/rex' version='1' type='service'>
303 <instance name='default' enabled='false'/>
304 </service>
305 <service name='network/rpc/spray' version='1' type='service'>
306 <instance name='default' enabled='false'/>
307 </service>
308 <service name='network/rpc/wall' version='1' type='service'>
309 <instance name='default' enabled='false'/>
310 </service>
311
312 <!--
313 Enable CDE/GDM services.
314 -->
315 <service name='application/cde-printinfo' version='1' type='service'>
316 <instance name='default' enabled='true' />
317 </service>
318 <service name='network/rpc/cde-ttdbserver' version='1' type='service'>
319 <instance name='tcp' enabled='true' />
320 </service>
321 <service name='application/graphical-login/gdm' version='1'
322 type='service'>
323 <instance name='default' enabled='true' />
324 </service>
325 <service name='network/rpc/cde-calendar-manager' version='1' type='service'>
326 <instance name='default' enabled='true'/>
327 </service>
328
329 <!--
330 Disable CDE/X11 services.
331 -->
332 <service name='network/cde-spc' version='1' type='service'>
333 <instance name='default' enabled='false' />
334 </service>
335 <service name='application/x11/xfs' version='1' type='service'>
336 <instance name='default' enabled='false'/>
337 </service>
338
339 </service_bundle>
|