mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 13:58:22 +00:00
Update QuickProfileLanguage
parent
682e1188ee
commit
6879773a51
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user