What are the main differences between capability lists and access lists?
Read moreTable of Contents
Textbook Solutions for Operating System Concepts
Question
The RC 4000 system, among others, has defined a tree of processes(called a process tree) such that all the descendants of a process canbe given resources (objects) and access rights by their ancestors only.Thus, a descendant can never have the ability to do anything that itsancestors cannot do. The root of the tree is the operating system, whichhas the ability to do anything. Assume that the set of access rights isrepresented by an access matrix, A. A(x,y) defines the access rights ofprocess x to object y. If x is a descendant of z, what is the relationshipbetween A(x,y) and A(z,y) for an arbitrary object y?
Solution
The first step in solving 14 problem number 4 trying to solve the problem we have to refer to the textbook question: The RC 4000 system, among others, has defined a tree of processes(called a process tree) such that all the descendants of a process canbe given resources (objects) and access rights by their ancestors only.Thus, a descendant can never have the ability to do anything that itsancestors cannot do. The root of the tree is the operating system, whichhas the ability to do anything. Assume that the set of access rights isrepresented by an access matrix, A. A(x,y) defines the access rights ofprocess x to object y. If x is a descendant of z, what is the relationshipbetween A(x,y) and A(z,y) for an arbitrary object y?
From the textbook chapter Protection you will find a few key concepts needed to solve this.
Visible to paid subscribers only
Step 3 of 7)Visible to paid subscribers only
full solution