Add a dummy pipe profile in complain mode. Pipe is pretty flexible, so sysadmins should turn on AppArmor for pipe themselves.

This commit is contained in:
Seth Arnold 2006-04-29 00:11:54 +00:00
parent f0d6ffa33a
commit 8a767bce13

View file

@ -0,0 +1,18 @@
# $Id:$
# ------------------------------------------------------------------
#
# Copyright (C) 2006 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.
#
# ------------------------------------------------------------------
#include <tunables/global>
/usr/lib/postfix/pipe flags=(complain) {
#include <abstractions/base>
/usr/lib/postfix/pipe r,
}