Quote:
|
Originally Posted by civic2005
Anyone know how to disable SU right for a particular user in Solaris 8
|
You should not change the default file permissions and/or group of Solaris binaries, instead you should use
RBAC and turn non-personal accounts into roles. Then you have to assign explicit permission to be able to assume the role (i.e. "
su - role").
If you describe what problem you are trying to it is easier to suggest a good solution.