When configuring settings in a mandatory access control environment, which of the following specifies the subjects that can access specific data objects?
Click on the arrows to vote for the correct answer
A. B. C. D.C.
In a mandatory access control (MAC) environment, access to data objects is controlled by a set of rules, rather than the discretion of individual users or system administrators. In this environment, access control is enforced by the operating system itself, using labels or tags associated with both the subjects (such as users or processes) and the objects (such as files or network resources) being accessed.
The answer to the question is D. User. In a MAC environment, each user is assigned a security clearance level, and each object is assigned a security classification level. Access to an object is granted only if the user's clearance level is greater than or equal to the object's classification level. For example, a user with a "Top Secret" clearance can access an object that is classified as "Top Secret" or lower, but cannot access an object classified as "Above Top Secret."
The other options are not correct because:
It's also worth noting that MAC is one of several access control models, including discretionary access control (DAC), role-based access control (RBAC), and attribute-based access control (ABAC), each with their own characteristics and use cases.