What must you do to make the change?

You administer an Oracle Solaris 11 server with multiple zones. You want to configure it so that all nonprivileged users in the global zone see only their own process.
What must you do to make the change?
A. Modify the LIMITPRIV variable in the /etc/usr/user_attr file.
B. Modify the basic privilege ser in the /etc/security/policy.conf file.
C. Configure the priv= attribute in the /etc/security/prof_attr.d/core-os file.
D. Configure privileges for the ps command in the /etc/security/exec_attrd/core-os file.

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “What must you do to make the change?

  1. OK, got what was meant with this – when you have a newly installed system, without any users then setting/limiting the basic privilege set in /etc/security/policy.conf would work for all users created afterwards. to modify any existing users you would need to do :
    usermod -K ‘defaultpriv=basic,!proc_info’ somusr

  2. tested on Solaris 11.3 – you would not be able to limit process listing for any user in this way !!! Part of it is due to the user having list/view rights for particular files under /proc filesystem. So nothing would forbid them to copy local ps binary and view anything they like, even if you mangle existing ps to limit the visibility !

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.