I propose the change below to the example in section 5 of this policy. I've seen a number of manifests that intended to have the manage authorization cover both permanent and temporary change, but not include the complete set of property definitions needed.
*** SMFbp Wed Jul 18 12:08:14 2007 --- SMFbp1 Wed Jul 18 12:08:25 2007 *************** *** 26,31 **** --- 26,37 ---- <property_group name='general' type='framework'> <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' /> </property_group> <property_group name='config' type='application'> <!-- other application properties --> Gary..