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  }