For Solaris 10 and later releases, for each CLI in the Rights
Profile add to
.../lib/libsecdb/exec_attr line(s) that read:
Xx Yy Zz:solaris:cmd:::<full path to command>:<attributes>
such that the <attributes> take on the least privileged
values needed to do the function, choose from privs=<privilege set>,
limitprivs=<privilege set>, euid=<uid>, egid=<gid>, uid=<uid>,
gid=<gid> (see privileges(5), exec_attr(4)).
For systems prior to Solaris 10 only, for each CLI in the Rights
Profile add to .../lib/libsecdb/exec_attr line(s) that
read:
Xx Yy Zz:suser:cmd:::<full path to command>:<attributes>
such that the <attributes> take on the least privileged
value needed to do the function, choose from euid=<uid>, egid=<gid>,
uid=<uid>, gid=<gid> (see exec_attr(4)).