mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
437 B
437 B
| title | aliases | tags | ||
|---|---|---|---|---|
| 24-protection-of-file-systems |
|
protection model
file system shared by many users
- users should be able to keep them private
need to define
- mechanisms
- policies
types of file access users can have
- read
- includes list
- write
- includes delete
- execute
- if a directory is not executable you cannot get into it (run it)