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

Update nfs4-file-acl.md

parent f52d82af
No related branches found
No related tags found
1 merge request!323extended-acls-storage-section
...@@ -9,7 +9,7 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo ...@@ -9,7 +9,7 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo
``` ```
## ACE Elements ## ACE Elements
* <type> - one of: * `<type>` - one of:
| Flag | Name | | Flag | Name |
| ---- | ----- | | ---- | ----- |
...@@ -18,7 +18,7 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo ...@@ -18,7 +18,7 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo
| U | audit | | U | audit |
| L | alarm | | L | alarm |
* <flags> - zero or more (depending on <type>) of: * `<flags>` - zero or more (depending on <type>) of:
| Flag | Name | | Flag | Name |
| ---- | ------------------------------------------- | | ---- | ------------------------------------------- |
...@@ -30,9 +30,9 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo ...@@ -30,9 +30,9 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo
| F | failed-access | | F | failed-access |
| g | group (denotes that <principal> is a group) | | g | group (denotes that <principal> is a group) |
* <principal> - named user or group, or one of: "OWNER@", "GROUP@", "EVERYONE@" * `<principal>` - named user or group, or one of: "OWNER@", "GROUP@", "EVERYONE@"
* <permissions> - one or more of: * `<permissions>` - one or more of:
| Flag | Name | | Flag | Name |
| ---- | --------------------------------- | | ---- | --------------------------------- |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment