| Current File : //lib/svc/manifest/system/ca-certificates.xml |
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<!--
Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
NOTE: This service manifest is not editable; its contents will
be overwritten by package or patch operations, including
operating system upgrade. Make customizations in a different
file.
-->
<service_bundle type='manifest' name='SUNW:ca-certificates'>
<service
name='system/ca-certificates'
type='service'
version='1'>
<create_default_instance enabled='true' />
<single_instance />
<dependency
name='minimal-filesystems'
type='service'
grouping='require_all'
restart_on='none'>
<service_fmri value='svc:/system/filesystem/minimal' />
</dependency>
<method_context>
<method_credential
user='root' group='root'
privileges='basic,!proc_info,!proc_session,!file_link_any,!net_access,!sys_ib_info,{zone}:/etc/openssl/certs*,{zone}:/etc/certs*' />
</method_context>
<exec_method
type='method'
name='start'
exec='/lib/svc/method/svc-ca-certificates %m'
timeout_seconds='60' />
<exec_method
type='method'
name='refresh'
exec='/lib/svc/method/svc-ca-certificates %m'
timeout_seconds='60' />
<exec_method
type='method'
name='stop'
exec=':true'
timeout_seconds='60' />
<property_group name='startd' type='framework'>
<propval name='duration' type='astring' value='transient' />
</property_group>
<stability value='Stable' />
<template>
<common_name>
<loctext xml:lang='C'>
CA Certificates Service
</loctext>
</common_name>
<description>
<loctext xml:lang='C'>
This service creates OpenSSL links in
/etc/openssl/certs to CA certificates stored in
/etc/certs/CA.
</loctext>
</description>
<documentation>
<manpage title='openssl' section='5'
manpath='/usr/share/man' />
</documentation>
</template>
</service>
</service_bundle>