2006-05-02 21:41:28 +00:00
|
|
|
# $Id$
|
2006-05-02 00:25:47 +00:00
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# 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-recieve {
|
|
|
|
#include <abstractions/base>
|
|
|
|
|
2006-08-04 18:13:59 +00:00
|
|
|
/usr/bin/mlmmj-process Px,
|
2006-05-02 00:25:47 +00:00
|
|
|
/usr/bin/mlmmj-recieve r,
|
|
|
|
/var/spool/mlmmj/*/incoming/* w,
|
|
|
|
}
|