File apparmor.nullmailer-send of Package nullmailer
# (C) 2011 Peter Conrad <conrad@quisquis.de>
#
# This program is licensed under the terms of the
# GNU General Public License Version 2. A copy of these terms should be
# enclosed as "COPYING" in the package containing this file.
#include <tunables/global>
/usr/sbin/nullmailer-send {
#include <abstractions/base>
#include <abstractions/nameservice>
/usr/lib/nullmailer/smtp ix,
/etc/nullmailer/* r,
/var/spool/nullmailer/** r,
/var/spool/nullmailer/queue/* w,
network tcp,
}