Answer: Provided in the explanation section
Step-by-step explanation:
provided below is a step by step process to analyzing this question.
i.
- According to the policy, Group 1 is allowed to read.
- So, if the first policy is applied then, Group 1 i.e. group having Alice will only have access to read and not to write the files. So, Alice will not be able to perform the write operation.
ii .
- The first policy on the list is not giving access to Alice to write.
- The second policy on the list is giving access to Alice for the write operation.
- Since Alice is both in Group 1 and Group 2 and Group 2 gives access to write to Alice, so Alice will be allowed to write.
iii.
- The none access specifier gives all the access.
- So, we will provide first all the access to Alice and then provide RWE access to group 2.
- As a result, by writing the second statement all the access of RWE will be taken from Alice and will be only provided to Bob and Cynthia.
- So, the statement will be File 2: Alice, None; Group 2, RWE
cheers i hope this helped !!!!