mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
allow dac_read_search and dac_override for dovecot/auth
This is needed for: - /var/spool/postfix/private/ (postfix:root 700) -> dac_read_search - /run/dovecot/auth-worker (dovecot:root 600) -> dac_override References: https://bugzilla.opensuse.org/show_bug.cgi?id=1069470
This commit is contained in:
parent
4b8b08562a
commit
6f6b3c57fb
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
#include <abstractions/dovecot-common>
|
||||
|
||||
capability audit_write,
|
||||
capability dac_override,
|
||||
capability dac_read_search,
|
||||
capability setuid,
|
||||
|
||||
/etc/my.cnf r,
|
||||
|
|
Loading…
Add table
Reference in a new issue