You are on page 1of 1

Daniel Myers

Cloud Provider Matrix


One of the policies that would need to be enforced is who has what type of access to each file.
This can be enforced using an access matrix such as the following:

File Admin Alice Bob Unknown


Access

Bob file rwx --- rwx ---

Alice file rwx rwx --- ---

Shared-w-A file rwx r-- rwx ---

Shared-w-B file rwx rwx r-- ---

Public-A file rwx rwx r-- r--

Public-B file rwx r-- rwx r--

Admin file rwx --- --- ---

You might also like