mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00
30 lines
884 B
Text
30 lines
884 B
Text
# $Id$
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2002-2005 Novell/SUSE
|
|
#
|
|
# 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:syntax=apparmor
|
|
|
|
#include <tunables/global>
|
|
|
|
/usr/bin/mlmmj-process {
|
|
#include <abstractions/base>
|
|
|
|
/usr/bin/mlmmj-process r,
|
|
/usr/bin/mlmmj-send px,
|
|
/usr/bin/mlmmj-sub px,
|
|
/usr/bin/mlmmj-unsub px,
|
|
/usr/bin/mlmmj-bounce px,
|
|
/var/spool/mlmmj/*/control/* r,
|
|
/var/spool/mlmmj/*/text/* r,
|
|
/var/spool/mlmmj/*/incoming/* rwl,
|
|
/var/spool/mlmmj/*/queue/* rwl,
|
|
/var/spool/mlmmj/*/subconf/* rwl,
|
|
/var/spool/mlmmj/*/unsubconf/* rwl,
|
|
/var/spool/mlmmj/*/mlmmj.operation.log rw,
|
|
}
|