mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
remove profile complain flags -- it is up to a distribution to decide how to use a profile
This commit is contained in:
parent
92b9063527
commit
d6a2f8258f
10 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# Last Modified: Wed Jun 10 00:20:56 2009
|
||||
# Author: Dulmandakh Sukhbaatar <dulmandakh@gmail.com>
|
||||
#include <tunables/global>
|
||||
/usr/lib/dovecot/deliver flags=(complain) {
|
||||
/usr/lib/dovecot/deliver {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/nameservice>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Last Modified: Fri Oct 10 17:19:26 2008
|
||||
# Author: Kees Cook <kees@ubuntu.com>
|
||||
#include <tunables/global>
|
||||
/usr/lib/dovecot/dovecot-auth flags=(complain) {
|
||||
/usr/lib/dovecot/dovecot-auth {
|
||||
#include <abstractions/authentication>
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/nameservice>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Last Modified: Sat Oct 11 09:17:38 2008
|
||||
# Author: Kees Cook <kees@ubuntu.com>
|
||||
#include <tunables/global>
|
||||
/usr/lib/dovecot/imap flags=(complain) {
|
||||
/usr/lib/dovecot/imap {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/nameservice>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Last Modified: Wed Oct 8 00:20:56 2008
|
||||
# Author: Kees Cook <kees@ubuntu.com>
|
||||
#include <tunables/global>
|
||||
/usr/lib/dovecot/imap-login flags=(complain) {
|
||||
/usr/lib/dovecot/imap-login {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/ssl_certs>
|
||||
#include <abstractions/ssl_keys>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Last Modified: Wed Jun 10 00:20:56 2009
|
||||
# Author: Dulmandakh Sukhbaatar <dulmandakh@gmail.com>
|
||||
#include <tunables/global>
|
||||
/usr/lib/dovecot/managesieve-login flags=(complain) {
|
||||
/usr/lib/dovecot/managesieve-login {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/ssl_certs>
|
||||
#include <abstractions/ssl_keys>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Last Modified: Wed Oct 8 00:21:56 2008
|
||||
# Author: Kees Cook <kees@ubuntu.com>
|
||||
#include <tunables/global>
|
||||
/usr/lib/dovecot/pop3 flags=(complain) {
|
||||
/usr/lib/dovecot/pop3 {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/nameservice>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Last Modified: Wed Oct 8 00:20:57 2008
|
||||
# Author: Kees Cook <kees@ubuntu.com>
|
||||
#include <tunables/global>
|
||||
/usr/lib/dovecot/pop3-login flags=(complain) {
|
||||
/usr/lib/dovecot/pop3-login {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/nameservice>
|
||||
#include <abstractions/ssl_certs>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Last Modified: Fri Oct 10 17:20:34 2008
|
||||
# Author: Kees Cook <kees@ubuntu.com>
|
||||
#include <tunables/global>
|
||||
/usr/sbin/dovecot flags=(complain) {
|
||||
/usr/sbin/dovecot {
|
||||
#include <abstractions/authentication>
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/nameservice>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Last Modified: Wed Jun 20 13:22:50 2007
|
||||
#include <tunables/global>
|
||||
|
||||
/usr/sbin/nmbd flags=(complain) {
|
||||
/usr/sbin/nmbd {
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/nameservice>
|
||||
#include <abstractions/samba>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Last Modified: Wed Jun 20 13:34:25 2007
|
||||
#include <tunables/global>
|
||||
|
||||
/usr/sbin/smbd flags=(complain) {
|
||||
/usr/sbin/smbd {
|
||||
#include <abstractions/authentication>
|
||||
#include <abstractions/base>
|
||||
#include <abstractions/consoles>
|
||||
|
|
Loading…
Add table
Reference in a new issue