RBAC configuration on solaris10

Posted by scot on Server Fault See other posts from Server Fault or by scot
Published on 2010-05-31T06:34:45Z Indexed on 2010/05/31 6:43 UTC
Read the original article Hit count: 578

Filed under:

Hi ,

I am looking for RBAC configuration on solaris10 to achieve the below:

user=jon

group=jtu

jon is owner of /opt/app

user=ken

group=jtu

ken is owner of /data

on Linux I have added the below line

%jtu ALL= NOPASSWD: /bin/*, /usr/bin/* 

so that jon is able to access /data/tmp and delete files.

This doesn't work on solaris10 since there is no sudo by default.

How to configure RBAC in solaris10 for jon to be able to delete files in /data/tmp?

Thanks

© Server Fault or respective owner

Related posts about solaris