|
Description
|
I noticed that the the SMF best practice document [http://opensolaris.org/os/community/arc/policies/SMF-policy] has the following:
<snip>
<propval name='action_authorization' type='astring'
value='solaris.smf.manage.myservice' />
<!--
If the authorization is intended to cover permanent
enable/disable as well as temporary, add the following
-->
<propval name='value_authorization' type='astring'
value='solaris.smf.manage.myservice' />
</snip>
The idmap's manifest only has action_authorization for solaris.smf.manage.idmap but not value_authorization which as per the above document is needed to permanently enable/disable the service.
|