Question: Access Control: Authorization 7. Consider a system with 4 subjects: Alice, Bob, Carl, and Diane. Permissions on 3 objects include read (r), write (w), execute
Access Control: Authorization 7. Consider a system with 4 subjects: Alice, Bob, Carl, and Diane. Permissions on 3 objects include read (r), write (w), execute (x), ownership (o). The Capabilities Lists for the system are: Alice: object_a:rxo, object_b:1, object_c: rw Bob: object_b:rwo Carl: object_a:rw, object_b: Diane: object_a:1, object_c:rwxo a. Draw the access control matrix for this system. b. If this matrix was implemented using ACLs, how many ACLs are there? c. Suppose you want to delete Diane from the system. How many ACL's are modified or removed? How many capabilities lists are modified or removed? d. What is the primary disadvantage that prevents the matrix from being used in practice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
