The security administrator wants to assign user bob to a netsec role so that the user can run the
ifconfig(1M) and snoop(1M) commands with a rights profile named NSM. Which entries are
contained in the /etc/security/exec_attr file after the required RBAC configuration has been
implemented?
A.
NSM:netsec:cmd:::/sbin/ifconfig:uid=0
NSM:netsec:cmd:::/usr/sbin/snoop:uid=0
B.
NSM:root:cmd:::/sbin/ifconfig:uid=0
NSM:root:cmd:::/usr/sbin/snoop:uid=0
C.
NSM:suser:cmd:::/sbin/ifconfig:uid=0
NSM:suser:cmd:::/usr/sbin/snoop:uid=0
D.
NSM:bob:cmd:::/sbin/ifconfig:uid=0
NSM:bob:cmd:::/usr/sbin/snoop:uid=0
Explanation: