Your organization wants to deploy a third party network monitoring tool. A requirement for deploying this tool is that it runs with as few privileges as possible. The tool needs access to /dev/ip which is listed as:
crw-rw-rw- 1 root sys 3, 0 Jun 5 09:11 /dev/ip.
When the tool is run as the unprivileged user monitor, it fails to open /dev/ip.
How do you find out what privileges are needed?

A.
Run the tool as root.
B.
Look at /dev/loginperm.
C.
Look at the device policy for /dev/ip.
D.
Look at monitor’s authorizations with auths monitor.