Glenn Brunette writes: > > What kind of debugging options are available to determine what > commands may be needed by SMF to start a service? For example, > if I want to take away the "Basic Solaris User" rights profile > from the default and add only those commands that I need, how > can I determine what SMF needs (beyond what the actual service > being started needs)? The SMF service log was not really helpful > in this case. > > Also, is there a way to set an audit context for a SMF-managed > service? > > g > _______________________________________________ > smf-discuss mailing list > smf-discuss at opensolaris.org
SMF doesn't provide any hooks to create an audit context for a service. It's an interesting concept, though. Although it doesn't solve your problem, I would like to mention that I'll soon be doing a putback that provides a set of SMF audit events. These events will include enabling/disabling a service, modifications to the repository, etc. tom