mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Merge syslogd: allow reading /dev/kmsg
Fixes: https://gitlab.com/apparmor/apparmor/-/issues/307 I propose this patch for master and 3.x (the profile in 2.13 is very different which makes automatic merging impossible) Closes #307 MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1003 Approved-by: Georgia Garcia <georgia.garcia@canonical.com> Merged-by: John Johansen <john@jjmx.net>
This commit is contained in:
commit
6f65faa164
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ profile syslogd /{usr/,}{bin,sbin}/syslogd {
|
|||
|
||||
/dev/log wl,
|
||||
/var/lib/*/dev/log wl,
|
||||
/dev/kmsg r,
|
||||
/proc/kmsg r,
|
||||
|
||||
/dev/tty* w,
|
||||
|
|
Loading…
Add table
Reference in a new issue