Commit 9768fa5
committed
auditd: don't grant write as implied by manage_files_pattern for logs
auditd doesn't actually need to be able to write logs, only create,
append, read, rename, and setattr them. Given that great lengths are
already taken to ensure audit log confidentiality and integrity (e.g.
marking as mls_systemhigh and granting cap_sys_nice to prioritise over
other processes to not miss audit events), it makes sense to not grant
an unnecessary permission which would allow a comprimised audit daemon
to tamper with the audit logs.
Signed-off-by: Rahul Sandhu <[email protected]>1 parent 3e391f4 commit 9768fa5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
0 commit comments