Skip to content

Commit de4456a

Browse files
committed
issue #11878
1 parent 3a17cb9 commit de4456a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/azure-netapp-files/nfs-access-control-lists.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,12 @@ Inherit flags are a way to more easily manage your NFSv4.x ACLs, sparing you fro
182182
183183
### Administrative flags
184184
185-
Administrative flags in NFSv4.x ACLs are special flags that are used only with Audit and Alarm ACL types. These flags define either success or failure access attempts for actions to be performed. For instance, if it's desired to audit failed access attempts to a specific file, then an administrative flag of “F” can be used to control that behavior.
185+
Administrative flags in NFSv4.x ACLs are special flags that are used only with Audit and Alarm ACL types. These flags define either success (`S`) or failure (`F`) access attempts for actions to be performed. For instance, if it's desired to audit failed access attempts to a specific file, then an administrative flag of `F` can be used to control that behavior.
186186
187187
This Audit ACL is an example of that, where `user1` is audited for failed access attempts for any permission level: `U:F:[email protected]:rwatTnNcCy`.
188188
189-
Azure NetApp Files only supports setting administrative flags for Audit ACEs. File access logging isn't currently supported. Alarm ACEs aren't supported in Azure NetApp Files.
190-
191189
>[!IMPORTANT]
192-
>Azure NetApp Files supports setting administrative flags for Audit ACEs, however the ACEs do _not_ function. In addition, Alarm ACEs aren't supported in Azure NetApp Files.
190+
>Azure NetApp Files supports _setting_ administrative flags for Audit ACEs, however the ACEs do not function. In addition, Alarm ACEs aren't supported in Azure NetApp Files.
193191
194192
## NFSv4.x user and group principals
195193

0 commit comments

Comments
 (0)