AppArmor profile exchange

Find profiles by name | Find profiles by author | Find profiles by name and author | List all profiles | List all users | My profiles | New profile | Anonymous | Login
/usr/lib/postfix/qmgr stive Mon Jan 26 19:46:23 +0100 2009 79 views
# $Id: usr.lib.postfix.qmgr 741 2007-06-11 22:55:56Z seth_arnold $
# ------------------------------------------------------------------
#
#    Copyright (C) 2002-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/qmgr {
  #include <abstractions/base>
  #include <abstractions/kerberosclient>
  #include <abstractions/nameservice>
  #include <program-chunks/postfix-common>

  /etc/mailname r,
  /usr/lib/postfix/qmgr rmix,
  /var/spool/postfix/** krw,
  /{var/spool/postfix/,}active/ r,
  /{var/spool/postfix/,}active/[0-9A-F]/ rwl,
  /{var/spool/postfix/,}active/[0-9A-F]/[0-9A-F]/ rwl,
  /{var/spool/postfix/,}active/[0-9A-F]/[0-9A-F]/* rwl,
  /{var/spool/postfix/,}defer/ r,
  /{var/spool/postfix/,}defer/[0-9A-F]/ rwl,
  /{var/spool/postfix/,}defer/[0-9A-F]/[0-9A-F]/ rwl,
  /{var/spool/postfix/,}defer/[0-9A-F]/[0-9A-F]/* rwl,
  /{var/spool/postfix/,}deferred/ r,
  /{var/spool/postfix/,}deferred/[0-9A-F]/ rwl,
  /{var/spool/postfix/,}deferred/[0-9A-F]/[0-9A-F]/ rwl,
  /{var/spool/postfix/,}deferred/[0-9A-F]/[0-9A-F]/* rwl,
  /{var/spool/postfix/,}incoming/ r,
  /{var/spool/postfix/,}incoming/[0-9A-F]/ rwl,
  /{var/spool/postfix/,}incoming/[0-9A-F]/[0-9A-F]/ rwl,
  /{var/spool/postfix/,}incoming/[0-9A-F]/[0-9A-F]/* rwl,
  /{var/spool/postfix/,}private/bounce w,
  /{var/spool/postfix/,}private/defer w,
  /{var/spool/postfix/,}private/local w,
  /{var/spool/postfix/,}private/relay w,
  /{var/spool/postfix/,}private/rewrite w,
  /{var/spool/postfix/,}private/smtp w,
  /{var/spool/postfix/,}private/trace w,
  /{var/spool/postfix/,}private/uucp w,
  /{var/spool/postfix/,}public/flush w,
  /{var/spool/postfix/,}public/qmgr r,
}

Edit | Show | History