GSLC · Question #471
Which of the following is an entry in an object's discretionary access control list (DACL) that grants permissions to a user or group?
The correct answer is B. Access control entry (ACE). An Access Control Entry (ACE) is the individual record inside a DACL that specifies exactly which permissions are granted or denied to a specific user or group on a securable object.
Question
Which of the following is an entry in an object's discretionary access control list (DACL) that grants permissions to a user or group?
Options
- AMandatory Access Control (MAC)
- BAccess control entry (ACE)
- CMandatory Integrity Control (MIC)
- DSecurity Identifier (SID)
How the community answered
(31 responses)- A3% (1)
- B87% (27)
- C6% (2)
- D3% (1)
Why each option
An Access Control Entry (ACE) is the individual record inside a DACL that specifies exactly which permissions are granted or denied to a specific user or group on a securable object.
Mandatory Access Control (MAC) is a system-enforced access control model that uses sensitivity labels and classifications to govern access, and it is an entirely separate model from the DACL/ACE discretionary mechanism.
An ACE is a discrete element within a DACL that contains a security principal (identified by SID) and the specific access rights (allow or deny) assigned to that principal. A DACL is essentially an ordered list of ACEs, and the Windows security subsystem evaluates them sequentially to determine effective permissions for any access request.
Mandatory Integrity Control (MIC) is a Windows mechanism that assigns integrity levels to processes and objects to restrict actions between different trust levels, and it is not an entry type within a DACL.
A Security Identifier (SID) is a unique binary value that identifies a user or group account and is referenced inside an ACE, but the SID itself is an identifier - it does not grant permissions on its own.
Concept tested: DACL Access Control Entry (ACE) permission structure
Source: https://learn.microsoft.com/en-us/windows/win32/secauthz/access-control-entries
Topics
Community Discussion
No community discussion yet for this question.