Skip to content
Snippets Groups Projects
Commit f64bb2f1 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update nfs4-file-acl.md

parent 47b9157d
No related branches found
No related tags found
1 merge request!323extended-acls-storage-section
...@@ -11,45 +11,45 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo ...@@ -11,45 +11,45 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo
1. `<type>` - one of: 1. `<type>` - one of:
| Flag | Name | | Flag | Name |
| ---- | ----- | | ---- | ----- |
| A | allow | | A | allow |
| D | deny | | D | deny |
| U | audit | | U | audit |
| L | alarm | | L | alarm |
1. `<flags>` - zero or more (depending on <type>) of: 1. `<flags>` - zero or more (depending on <type>) of:
| Flag | Name | | Flag | Name |
| ---- | ------------------------------------------- | | ---- | ------------------------------------------- |
| f | file-inherit | | f | file-inherit |
| d | directory-inherit | | d | directory-inherit |
| p | no-propagate-inherit | | p | no-propagate-inherit |
| i | inherit-only | | i | inherit-only |
| S | successful-access | | S | successful-access |
| F | failed-access | | F | failed-access |
| g | group (denotes that <principal> is a group) | | g | group (denotes that <principal> is a group) |
1. `<principal>` - named user or group, or one of: "OWNER@", "GROUP@", "EVERYONE@" 1. `<principal>` - named user or group, or one of: "OWNER@", "GROUP@", "EVERYONE@"
1. `<permissions>` - one or more of: 1. `<permissions>` - one or more of:
| Flag | Name | | Flag | Name |
| ---- | --------------------------------- | | ---- | --------------------------------- |
| r | read-data / list-directory | | r | read-data / list-directory |
| w | write-data / create-file | | w | write-data / create-file |
| a | append-data / create-subdirectory | | a | append-data / create-subdirectory |
| x | execute | | x | execute |
| d | delete | | d | delete |
| D | delete-child (directories only) | | D | delete-child (directories only) |
| t | read-attrs | | t | read-attrs |
| T | write-attrs | | T | write-attrs |
| n | read-named-attrs | | n | read-named-attrs |
| N | write-named-attrs | | N | write-named-attrs |
| c | read-ACL | | c | read-ACL |
| C | write-ACL | | C | write-ACL |
| o | write-owner | | o | write-owner |
| y | synchronize | | y | synchronize |
## Example ## Example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment