1N/A<?xml version="1.0"?>
1N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
1N/A<!--
1N/A Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
1N/A
1N/A CDDL HEADER START
1N/A
1N/A The contents of this file are subject to the terms of the
1N/A Common Development and Distribution License (the "License").
1N/A You may not use this file except in compliance with the License.
1N/A
1N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1N/A or http://www.opensolaris.org/os/licensing.
1N/A See the License for the specific language governing permissions
1N/A and limitations under the License.
1N/A
1N/A When distributing Covered Code, include this CDDL HEADER in each
1N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1N/A If applicable, add the following below this CDDL HEADER, with the
1N/A fields enclosed by brackets "[]" replaced with your own identifying
1N/A information: Portions Copyright [yyyy] [name of copyright owner]
1N/A
1N/A CDDL HEADER END
1N/A
1N/A NOTE: This service manifest is not editable; its contents will
1N/A be overwritten by package or patch operations, including
1N/A operating system upgrade. Make customizations in a different
1N/A file.
1N/A-->
1N/A
1N/A<service_bundle type='manifest' name='SUNWcsr:rbac'>
1N/A
1N/A<service
1N/A name='system/rbac'
1N/A type='service'
1N/A version='1'>
1N/A
1N/A <create_default_instance enabled='true' />
1N/A
1N/A <single_instance />
1N/A
1N/A <dependency
1N/A name='usr'
1N/A type='service'
1N/A grouping='require_all'
1N/A restart_on='none'>
1N/A <service_fmri value='svc:/system/filesystem/minimal' />
1N/A </dependency>
1N/A
1N/A <dependent
1N/A name='rbac_manifest-import'
1N/A grouping='optional_all'
1N/A restart_on='none'>
1N/A <service_fmri value='svc:/system/manifest-import' />
1N/A </dependent>
1N/A
1N/A <dependent
1N/A name='rbac_name-service-cache'
1N/A grouping='optional_all'
1N/A restart_on='none'>
1N/A <service_fmri value='svc:/system/name-service/cache' />
1N/A </dependent>
1N/A
1N/A <dependent
1N/A name='rbac_self-assembly-complete'
1N/A grouping='optional_all'
1N/A restart_on='none'>
1N/A <service_fmri value='svc:/milestone/self-assembly-complete' />
1N/A </dependent>
1N/A
1N/A <exec_method
1N/A type='method'
1N/A name='start'
1N/A exec='/lib/svc/method/svc-rbac'
1N/A timeout_seconds='300'>
1N/A </exec_method>
1N/A
1N/A <exec_method
1N/A type='method'
1N/A name='refresh'
1N/A exec='/lib/svc/method/svc-rbac'
1N/A timeout_seconds='300'>
1N/A </exec_method>
1N/A
1N/A <exec_method
1N/A type='method'
1N/A name='stop'
1N/A exec=':true'
1N/A timeout_seconds='300'>
1N/A </exec_method>
1N/A
1N/A <property_group name='startd' type='framework'>
1N/A <propval name='duration' type='astring'
1N/A value='transient' />
1N/A </property_group>
1N/A
1N/A <property_group name='options' type='application'>
1N/A </property_group>
1N/A
1N/A <stability value='Unstable' />
1N/A
1N/A <template>
1N/A <common_name>
1N/A <loctext xml:lang='C'>
1N/A Assemble the RBAC *attr files.
1N/A </loctext>
1N/A </common_name>
1N/A </template>
1N/A</service>
1N/A
1N/A</service_bundle>
1N/A