~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to profiles/apparmor.d/abstractions/postfix-common

  • Committer: Package Import Robot
  • Author(s): Steve Beattie
  • Date: 2015-05-11 22:03:04 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20150511220304-gcgk9ix2ui7wvyt0
Tags: 2.9.2-0ubuntu1
* Update to apparmor 2.9.2
  - Fix minitools to work with multiple profiles at once (LP: #1378095)
  - Parse mounts that have non-ascii UTF-8 chars (LP: #1310598)
  - Update dovecot profiles (LP: #1296667)
  - Allow ubuntu-helpers to build texlive fonts (LP: #1010909)
* dropped patches incorporated upstream:
  add-mir-abstraction-lp1422521.patch, systemd-dev-log-lp1413232.patch
  parser-fix_modifier_compilation_+_tests.patch,
  tests-fix_systemd_breakage_in_pivot_root-lp1436109.patch,
  GDM_X_authority-lp1432126.patch, and
  debian/patches/easyprof-framework-policy.patch
* Partial merge with debian apparmor package:
  - debian/rules: enable the bindnow hardening flag during build.
  - debian/upstream/signing-key.asc: add new upstream public
    signing key
  - debian/watch: fix watch file, add gpg signature checking
  - install libapparmor.so dev symlink under /usr not /lib
  - debian/patches/reproducible-pdf.patch: make techdoc.pdf
    reproducible even in face of timezone variations.
  - debian/control: sync fields
  - debian/debhelper/postrm-apparmor: remove
    /etc/apparmor.d/{disable,} on package purge
  - debian/libapache2-mod-apparmor.postrm: on package purge, delete
    /etc/apparmor.d/{,disable} if empty
  - debian/libapparmor1.symbols: Use Build-Depends-Package in the
    symbols file.
  - debian/copyright: sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# ------------------------------------------------------------------
2
2
#
3
3
#    Copyright (C) 2002-2005 Novell/SUSE
 
4
#    Copyright (C) 2015 Canonical, Ltd.
4
5
#
5
6
#    This program is free software; you can redistribute it and/or
6
7
#    modify it under the terms of version 2 of the GNU General Public
14
15
  capability            setgid,
15
16
  capability            sys_chroot,
16
17
 
 
18
  # postfix's master can send us signals
 
19
  signal receive peer=/usr/lib/postfix/master,
 
20
 
 
21
  unix (send, receive) peer=(label=/usr/lib/postfix/master),
 
22
 
 
23
  /etc/mailname         r,
17
24
  /etc/postfix/*.cf     r,
18
25
  /etc/postfix/*.db     r,
19
26
  @{PROC}/net/if_inet6  r,
20
27
  /usr/lib/postfix/*.so mr,
21
 
  /usr/lib64/sasl2/*    mr,
22
 
  /usr/lib64/sasl2/     r,
23
 
  /usr/lib/sasl2/*      mr,
24
 
  /usr/lib/sasl2/       r,
 
28
  /usr/lib{,32,64}/sasl2/*    mr,
 
29
  /usr/lib{,32,64}/sasl2/     r,
 
30
  /usr/lib/@{multiarch}/sasl2/*      mr,
 
31
  /usr/lib/@{multiarch}/sasl2/       r,
 
32
 
 
33
  /var/spool/postfix/etc/*        r,
 
34
  /var/spool/postfix/lib/lib*.so* mr,
 
35
  /var/spool/postfix/lib/@{multiarch}/lib*.so* mr,