1 Show the ACM access control matrix of this problem Conside
1) Show the ACM (access control matrix) of this problem
Consider Multics procedure p and data segment d. Procedure p is executing and needs to access segment d. Segment d\'s access bracket is (5,6). Assume that d\'s access controil list gives p full (read, write, append, and execute) rights to d.
Solution
The access bracket as (a,b)=(5,6) And the given Procedure p is executing and needs to access segment d. For d we have (a,b)=(5,6), so that p can read, write,and append to d.