A user has the 'itil' role. There are two 'write' ACLs for the Incident table:
1. An ACL for `incident.short_description` that requires the 'incident_manager' role.
2. An ACL for `incident.*` that requires the 'itil' role.
Which statement correctly describes the user's ability to write to the 'short_description' field?
-
A
The user can write to the field because the `incident.*` ACL grants them access.
-
B
The user cannot write to the field because the more specific `incident.short_description` ACL restricts access.
-
C
The user can write to the field because 'itil' is a more fundamental role than 'incident_manager'.
-
D
The system will merge the permissions, allowing the user to write to the field.