Print this page
6923877 Default SMF profiles should enable gdm service instead of cde-login

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/svc/profile/generic_limited_net.xml
          +++ new/usr/src/cmd/svc/profile/generic_limited_net.xml
   1    1  <?xml version='1.0'?>
   2    2  <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
   3    3  <!--
   4    4      CDDL HEADER START
   5      -   
        5 +
   6    6      The contents of this file are subject to the terms of the
   7    7      Common Development and Distribution License (the "License").
   8    8      You may not use this file except in compliance with the License.
   9      -   
        9 +
  10   10      You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  11   11      or http://www.opensolaris.org/os/licensing.
  12   12      See the License for the specific language governing permissions
  13   13      and limitations under the License.
  14      -   
       14 +
  15   15      When distributing Covered Code, include this CDDL HEADER in each
  16   16      file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  17   17      If applicable, add the following below this CDDL HEADER, with the
  18   18      fields enclosed by brackets "[]" replaced with your own identifying
  19   19      information: Portions Copyright [yyyy] [name of copyright owner]
  20      -   
       20 +
  21   21      CDDL HEADER END
  22      -   
  23      -    Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
       22 +
       23 +    Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  24   24      Use is subject to license terms.
  25   25  
  26   26      The purpose of the limited_net profile is to provide a set of
  27   27      active services that allow one to connect to the machine via ssh
  28   28      (requires sshd). The services which are deactivated here are those
  29   29      that are at odds with this goal. Those which are activated are
  30   30      explicit requirements for the goal's satisfaction.
  31   31  
  32   32      NOTE:  Service profiles delivered by this package are not editable,
  33   33      and their contents will be overwritten by package or patch
↓ open down ↓ 269 lines elided ↑ open up ↑
 303  303      <instance name='default' enabled='false'/>
 304  304    </service>
 305  305    <service name='network/rpc/spray' version='1' type='service'>
 306  306      <instance name='default' enabled='false'/>
 307  307    </service>
 308  308    <service name='network/rpc/wall' version='1' type='service'>
 309  309      <instance name='default' enabled='false'/>
 310  310    </service>
 311  311  
 312  312    <!--
 313      -      Enable CDE services.
      313 +      Enable CDE/GDM services.
 314  314    -->
 315  315    <service name='application/cde-printinfo' version='1' type='service'>
 316  316      <instance name='default' enabled='true' />
 317  317    </service>
 318  318    <service name='network/rpc/cde-ttdbserver' version='1' type='service'>
 319  319      <instance name='tcp' enabled='true' />
 320  320    </service>
 321      -  <service name='application/graphical-login/cde-login' version='1'
      321 +  <service name='application/graphical-login/gdm' version='1'
 322  322      type='service'>
 323  323      <instance name='default' enabled='true' />
 324  324    </service>
 325  325    <service name='network/rpc/cde-calendar-manager' version='1' type='service'>
 326  326      <instance name='default' enabled='true'/>
 327  327    </service>
 328  328  
 329  329    <!--
 330      -      Disabled CDE services.
      330 +      Disable CDE/X11 services.
 331  331    -->
 332  332    <service name='network/cde-spc' version='1' type='service'>
 333  333       <instance name='default' enabled='false' />
 334  334    </service>
 335  335    <service name='application/x11/xfs' version='1' type='service'>
 336  336      <instance name='default' enabled='false'/>
 337  337    </service>
 338  338  
 339  339  </service_bundle>
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX