2014-01-26 22:43:42 +01:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Copyright (C) 2009-2010 Canonical Ltd.
|
|
|
|
# Copyright (C) 2011-2013 Christian Boltz
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
# vim: ft=apparmor
|
2010-08-05 14:00:02 -05:00
|
|
|
|
2009-11-11 11:42:30 -08:00
|
|
|
#include <tunables/global>
|
2014-01-26 22:43:42 +01:00
|
|
|
#include <tunables/dovecot>
|
|
|
|
|
2009-11-11 11:55:29 -08:00
|
|
|
/usr/lib/dovecot/pop3 {
|
2009-11-11 11:42:30 -08:00
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/nameservice>
|
2014-06-27 12:14:53 -07:00
|
|
|
#include <abstractions/dovecot-common>
|
2009-11-11 11:42:30 -08:00
|
|
|
|
|
|
|
capability setuid,
|
|
|
|
|
2014-01-26 22:43:42 +01:00
|
|
|
@{DOVECOT_MAILSTORE}/ rw,
|
|
|
|
@{DOVECOT_MAILSTORE}/** rwkl,
|
|
|
|
|
|
|
|
@{HOME} r, # ???
|
2009-11-11 11:42:30 -08:00
|
|
|
/usr/lib/dovecot/pop3 mr,
|
2010-08-05 14:00:02 -05:00
|
|
|
|
|
|
|
# Site-specific additions and overrides. See local/README for details.
|
2020-04-28 22:25:27 +02:00
|
|
|
include if exists <local/usr.lib.dovecot.pop3>
|
2009-11-11 11:42:30 -08:00
|
|
|
}
|