mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
19 lines
430 B
Text
19 lines
430 B
Text
# Last Modified: Sat Oct 11 09:17:38 2008
|
|
# Author: Kees Cook <kees@ubuntu.com>
|
|
#include <tunables/global>
|
|
/usr/lib/dovecot/imap {
|
|
#include <abstractions/base>
|
|
#include <abstractions/nameservice>
|
|
|
|
capability setgid,
|
|
capability setuid,
|
|
|
|
@{HOME} r,
|
|
@{HOME}/Maildir/ rw,
|
|
@{HOME}/Maildir/** klrw,
|
|
@{HOME}/mail/ rw,
|
|
@{HOME}/mail/* klrw,
|
|
@{HOME}/mail/.imap/** klrw,
|
|
/usr/lib/dovecot/imap mr,
|
|
/var/mail/* klrw,
|
|
}
|