AWS fsx documentation change
Summary
Added detailed CLI commands for creating and applying security policies
Security assessment
Improves documentation of security policy configuration but doesn't address any specific security vulnerability
Diff
diff --git a/fsx/latest/ONTAPGuide/file-access-auditing.md b/fsx/latest/ONTAPGuide/file-access-auditing.md index 9b9fc74e8..1a6b3b528 100644 --- a//fsx/latest/ONTAPGuide/file-access-auditing.md +++ b//fsx/latest/ONTAPGuide/file-access-auditing.md @@ -305 +305,6 @@ By using the ONTAP CLI, you can configure NTFS audit policies without needing to -For example, the following command applies a security policy named `p1` to the SVM named `vs0`. +For example, the following command creates a security policy named `p1` for the SVM named `vs0`. + + + vserver security file-directory policy create -policy-name p1 -vserver vs0 + +Then, the following command applies the `p1` security policy to the `vs0` SVM.