Darren Reed wrote: > What is the correct way to define and create an SMF service > that I want to disallow "svcadm disable" (once it has started > running, I don't want it to stop) but I'd still like to be able to > shutdown cleanly and prevent it from starting after the next > boot?
I thought you might be able to do this by setting the action_authorization to something outside of the solaris. hierarchy. Even root doesn't have all authorisations by default only solaris.*. However it seems that something in SMF is allowing root to disable the service anyway even though it doesn't have the authorisation. The same applied to deletion of the service (I setup non solaris. auths for all the _authorization types). IMO this is possibly a bug. -- Darren J Moffat