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