mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
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:
parent
f0d6ffa33a
commit
8a767bce13
1 changed files with 18 additions and 0 deletions
18
profiles/enabled/usr.lib.postfix.pipe
Normal file
18
profiles/enabled/usr.lib.postfix.pipe
Normal 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,
|
||||
}
|
Loading…
Add table
Reference in a new issue