What is the effect of configuring privileges via the zonecfg utility?

What is the effect of configuring privileges via the zonecfg utility?

What is the effect of configuring privileges via the zonecfg utility?

A.
It forces every /one process to run with the same privileges.

B.
It restricts zone processes to the inherited set of zsched’s privileges.

C.
It restricts zone processes to the inherited set of zoneadmd’s privileges.

D.
It removes some privileges that are normally available in the zone.

E.
It can add some new privileges to or exclude some default privileges from the zone.

Explanation:
C:
* zonecfg– set up zone configuration
The zonecfg utility creates and modifies the configuration of a zone. Zone configuration consists of
a number of resources and properties.
/ Properties include:
global: limitpriv
The maximum set of privileges any process in this zone can obtain. The property should consist of
a comma-separated privilege set specification
Privileges can be excluded from the resulting set by preceding their names with a dash (-) or an
exclamation point (!).
* The system administrator must take extreme care when configuring privileges for a zone. Some
privileges cannot be excluded through this mechanism as they are required in order to boot a
zone. In addition, there are certain privileges which cannot be given to a zone as doing so would
allow processes inside a zone to unduly affect processes in other zones. zoneadm(1M) indicates
when an invalid privilege has been added or removed from a zone’s privilege set when an attempt
is made to either “boot” or “ready” the zone.
E: Adding privileges must be performed the global zone administrator by using zonecfg(1M). While
adding this functionality, we also added the ability to remove privileges from a zone’s limit set.



Leave a Reply 1

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


vikas vats

vikas vats

a and e are correct