mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 13:58:22 +00:00
Update QuickProfileLanguage
@@ -518,7 +518,7 @@ Eg:
|
|||||||
/profile {
|
/profile {
|
||||||
/path/to/file* r, # allow read to /path/to/file*
|
/path/to/file* r, # allow read to /path/to/file*
|
||||||
/path/to/file1 w, # allow write to /path/to/file1
|
/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 /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
|
audit deny /path/to/file4 r, # deny read to /path/to/file4, with logging
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user