List of ACL permissions
From Applepedia
This is a list of Access Control List permissions supported by Mac OS X 10.4 Tiger
See "man chmod" for a more complete list of permissions types.
Contents |
[edit]
All file system objects
- delete
- readattr (read attributes)
- writeattr (write attributes)
- readextattr (read extended attributes)
- writeextattr (write extended attributes)
- readsecurity (read ACL)
- writesecurity (change mode or ACL)
- chown (change owner)
[edit]
Files only
- read (open for reading)
- write (open for writing)
- append (open for adding to end of file)
- execute (execute as script or binary code)
[edit]
Directories only
- list (list contents)
- search (look up child by name)
- add_file (create file as child)
- add_subdirectory (create directory as child)
- delete_child (remove a child)
[edit]
Inheritance controls
- file_inherit (inherit to files)
- directory_inherit (inherit to subdirectories)
- limit_inherit (do not set directory_inherit on subdirectories)
- only_inherit (do not apply to self, only childred)

