17c478bd9Sstevel@tonic-gate<?xml version='1.0'?>
27c478bd9Sstevel@tonic-gate<!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
37c478bd9Sstevel@tonic-gate<!--
4f770199aSMarcel Telka	Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
5f770199aSMarcel Telka
67c478bd9Sstevel@tonic-gate	Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
77c478bd9Sstevel@tonic-gate	Use is subject to license terms.
87c478bd9Sstevel@tonic-gate
97c478bd9Sstevel@tonic-gate	NOTE:  This service manifest is not editable; its contents will
107c478bd9Sstevel@tonic-gate	be overwritten by package or patch operations, including
117c478bd9Sstevel@tonic-gate	operating system upgrade.  Make customizations in a different
127c478bd9Sstevel@tonic-gate	file.
137c478bd9Sstevel@tonic-gate
147c478bd9Sstevel@tonic-gate	Service manifest for the Kerberos V5 warning messages daemon
157c478bd9Sstevel@tonic-gate-->
167c478bd9Sstevel@tonic-gate
177c478bd9Sstevel@tonic-gate<service_bundle type='manifest' name='SUNWkrbr:kwarn'>
187c478bd9Sstevel@tonic-gate
197c478bd9Sstevel@tonic-gate<service
207c478bd9Sstevel@tonic-gate	name='network/security/ktkt_warn'
217c478bd9Sstevel@tonic-gate	type='service'
227c478bd9Sstevel@tonic-gate	version='1'>
237c478bd9Sstevel@tonic-gate
247c478bd9Sstevel@tonic-gate	<create_default_instance enabled='false' />
257c478bd9Sstevel@tonic-gate
267c478bd9Sstevel@tonic-gate	<restarter>
277c478bd9Sstevel@tonic-gate		<service_fmri value='svc:/network/inetd:default' />
287c478bd9Sstevel@tonic-gate	</restarter>
297c478bd9Sstevel@tonic-gate
30f770199aSMarcel Telka	<dependency name='rpcbind'
31f770199aSMarcel Telka	    grouping='require_all'
32f770199aSMarcel Telka	    restart_on='restart'
33f770199aSMarcel Telka	    type='service'>
34f770199aSMarcel Telka		<service_fmri value='svc:/network/rpc/bind' />
35f770199aSMarcel Telka	</dependency>
36f770199aSMarcel Telka
377c478bd9Sstevel@tonic-gate	<exec_method
387c478bd9Sstevel@tonic-gate		type='method'
397c478bd9Sstevel@tonic-gate		name='inetd_start'
407c478bd9Sstevel@tonic-gate		exec='/usr/lib/krb5/ktkt_warnd'
417c478bd9Sstevel@tonic-gate		timeout_seconds='0'>
427c478bd9Sstevel@tonic-gate		<method_context>
437c478bd9Sstevel@tonic-gate			<method_credential
447c478bd9Sstevel@tonic-gate				user='root'
457c478bd9Sstevel@tonic-gate				group='other'
467c478bd9Sstevel@tonic-gate				privileges='basic,!file_link_any,!proc_info,!proc_session,proc_setid,file_chown,file_dac_read,file_dac_write'
477c478bd9Sstevel@tonic-gate			/>
487c478bd9Sstevel@tonic-gate		</method_context>
497c478bd9Sstevel@tonic-gate	</exec_method>
507c478bd9Sstevel@tonic-gate
517c478bd9Sstevel@tonic-gate	<exec_method
527c478bd9Sstevel@tonic-gate		type='method'
537c478bd9Sstevel@tonic-gate		name='inetd_offline'
547c478bd9Sstevel@tonic-gate		exec=':kill_process'
557c478bd9Sstevel@tonic-gate		timeout_seconds='0'>
567c478bd9Sstevel@tonic-gate	</exec_method>
577c478bd9Sstevel@tonic-gate
587c478bd9Sstevel@tonic-gate	<exec_method
597c478bd9Sstevel@tonic-gate		type='method'
607c478bd9Sstevel@tonic-gate		name='inetd_disable'
617c478bd9Sstevel@tonic-gate		exec=':kill'
627c478bd9Sstevel@tonic-gate		timeout_seconds='0'>
637c478bd9Sstevel@tonic-gate	</exec_method>
647c478bd9Sstevel@tonic-gate
657c478bd9Sstevel@tonic-gate	<property_group name='inetd' type='framework'>
667c478bd9Sstevel@tonic-gate		<propval name='name' type='astring' value='100134' />
677c478bd9Sstevel@tonic-gate		<propval name='endpoint_type' type='astring' value='tli' />
687c478bd9Sstevel@tonic-gate		<propval name='proto' type='astring' value='ticotsord' />
697c478bd9Sstevel@tonic-gate		<propval name='wait' type='boolean' value='true' />
707c478bd9Sstevel@tonic-gate		<propval name='isrpc' type='boolean' value='true' />
717c478bd9Sstevel@tonic-gate		<propval name='rpc_low_version' type='integer' value='1' />
727c478bd9Sstevel@tonic-gate		<propval name='rpc_high_version' type='integer' value='1' />
737c478bd9Sstevel@tonic-gate	</property_group>
747c478bd9Sstevel@tonic-gate
757c478bd9Sstevel@tonic-gate	<stability value='Unstable' />
767c478bd9Sstevel@tonic-gate
777c478bd9Sstevel@tonic-gate	<template>
787c478bd9Sstevel@tonic-gate		<common_name>
797c478bd9Sstevel@tonic-gate			<loctext xml:lang='C'>
807c478bd9Sstevel@tonic-gate			Kerberos V5 warning messages daemon
817c478bd9Sstevel@tonic-gate			</loctext>
827c478bd9Sstevel@tonic-gate		</common_name>
837c478bd9Sstevel@tonic-gate		<documentation>
84*bbf21555SRichard Lowe			<manpage title='ktkt_warnd' section='8'
857c478bd9Sstevel@tonic-gate			    manpath='/usr/share/man' />
867c478bd9Sstevel@tonic-gate		</documentation>
877c478bd9Sstevel@tonic-gate	</template>
887c478bd9Sstevel@tonic-gate</service>
897c478bd9Sstevel@tonic-gate
907c478bd9Sstevel@tonic-gate</service_bundle>
91