From 6879773a51f220861af9f35a3debf3ea5a25c34c Mon Sep 17 00:00:00 2001 From: Georgia Garcia Date: Fri, 28 Mar 2025 11:49:32 -0300 Subject: [PATCH] Update QuickProfileLanguage --- QuickProfileLanguage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuickProfileLanguage.md b/QuickProfileLanguage.md index 6c018ec..e71a467 100644 --- a/QuickProfileLanguage.md +++ b/QuickProfileLanguage.md @@ -518,7 +518,7 @@ Eg:  /profile {     /path/to/file*            r,  # allow read to /path/to/file*     /path/to/file1            w,  # allow write to /path/to/file1 -    deny /path/to/file2,      w,  # deny write to /path/to/file2, without logging +    deny /path/to/file2       w,  # deny write to /path/to/file2, without logging     audit /path/to/file3      w,  # allow write to /path/to/file3, with logging     audit deny /path/to/file4 r,  # deny read to /path/to/file4, with logging  }