git » apparmor » master » tree

[master] / usr.bin.bogofilter

# vim:syntax=apparmor

#include <tunables/global>

/usr/bin/bogofilter* {
    #include <abstractions/base>

    # Bogofilter configuration.
    /etc/bogofilter.cf r,
    @{HOME}/.bogofilter/ rwk,
    @{HOME}/.bogofilter/* rwk,

    # It wants to read the list of users. It's still functional if we deny
    # this, but it shouldn't be very harmful either.
    /etc/nsswitch.conf r,
    /etc/passwd r,
}