Greg Asselin wrote: > Hi, > > What are the recommended approaches to delegate SMF tasks to non-root > users. > > I am using Solaris 10 update 2.
Glenn wrote a nice whitepaper on this. It's linked on the SMF community homepage, but here's a direct link. http://www.sun.com/blueprints/0605/819-2887.pdf If you're looking for something less fine-grained, I often just give myself solaris.smf.manage and solaris.smf.modify in /etc/user_attr. smf_security(5) may also be illuminating. liane