mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Merge branch 'cboltz-dovecot-dumpable' into 'master'
dovecot: allow reading /proc/sys/fs/suid_dumpable This is needed if a dovecot child process segfaults - in this case, dovecot provides a helpful error message like dovecot[6179]: auth-worker: Fatal: master: service(auth-worker): child 8103 killed with signal 11 (core not dumped - https://dovecot.or /bugreport.html#coredumps - set /proc/sys/fs/suid_dumpable to 2) which involves reading the current value in suid_dumpable. I propose this fix for 2.10..master. PR: https://gitlab.com/apparmor/apparmor/merge_requests/286 Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
commit
bf58767724
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ profile dovecot /usr/{bin,sbin}/dovecot flags=(attach_disconnected) {
|
|||
/etc/lsb-release r,
|
||||
/etc/SuSE-release r,
|
||||
@{PROC}/@{pid}/mounts r,
|
||||
@{PROC}/sys/fs/suid_dumpable r,
|
||||
/usr/bin/doveconf rix,
|
||||
/usr/lib/dovecot/anvil mrPx,
|
||||
/usr/lib/dovecot/auth mrPx,
|
||||
|
|
Loading…
Add table
Reference in a new issue