mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
20 lines
492 B
Text
20 lines
492 B
Text
# Last Modified: Wed Jun 10 00:20:56 2009
|
|
# Author: Dulmandakh Sukhbaatar <dulmandakh@gmail.com>
|
|
#include <tunables/global>
|
|
/usr/lib/dovecot/deliver {
|
|
#include <abstractions/base>
|
|
#include <abstractions/nameservice>
|
|
|
|
capability setgid,
|
|
capability setuid,
|
|
|
|
/etc/dovecot/dovecot-postfix.conf r,
|
|
@{HOME} r,
|
|
@{HOME}/Maildir/ rw,
|
|
@{HOME}/Maildir/** klrw,
|
|
@{HOME}/mail/ rw,
|
|
@{HOME}/mail/* klrw,
|
|
@{HOME}/mail/.imap/** klrw,
|
|
/usr/lib/dovecot/deliver mr,
|
|
/var/mail/* klrw,
|
|
}
|