1 <?xml version='1.0'?>
   2 <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
   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     Service profile to enable default inetd services.
  27 
  28     NOTE:  Service profiles delivered by this package are not editable,
  29     and their contents will be overwritten by package or patch
  30     operations, including operating system upgrade.  Make customizations
  31     in a distinct file.
  32 -->
  33 <service_bundle type='profile' name='default'>
  34         <!--
  35                 inetd(1M) services
  36         -->
  37         <service name='network/finger' version='1' type='service'>
  38                 <instance name='default' enabled='true'/>
  39         </service>
  40         <service name='network/login' version='1' type='service'>
  41                 <instance name='rlogin' enabled='true'/>
  42         </service>
  43         <service name='network/shell' version='1' type='service'>
  44                 <instance name='default' enabled='true'/>
  45         </service>
  46         <service name='network/telnet' version='1' type='service'>
  47                 <instance name='default' enabled='true'/>
  48         </service>
  49 
  50         <!--
  51                 inetd(1M) RPC services
  52         -->
  53         <service name='network/nfs/rquota' version='1' type='service'>
  54                 <instance name='default' enabled='true'/>
  55         </service>
  56         <service name='network/rpc/gss' version='1' type='service'>
  57                 <instance name='default' enabled='true'/>
  58         </service>
  59         <service name='network/rpc/smserver' version='1' type='service'>
  60                 <instance name='default' enabled='true'/>
  61         </service>
  62         <service name='network/security/ktkt_warn' version='1' type='service'>
  63                 <instance name='default' enabled='true'/>
  64         </service>
  65 </service_bundle>