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

« back to all changes in this revision

Viewing changes to profiles/apparmor/profiles/extras/usr.lib.postfix.smtpd

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-08-10 18:12:34 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110810181234-b6obckg60cp99crg
Tags: upstream-2.7.0~beta1+bzr1774
ImportĀ upstreamĀ versionĀ 2.7.0~beta1+bzr1774

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  #include <abstractions/nameservice>
16
16
  #include <abstractions/kerberosclient>
17
17
  #include <program-chunks/postfix-common>
 
18
  #include <abstractions/openssl>
18
19
 
19
20
  capability dac_override,
20
21
  capability dac_read_search,
43
44
  /usr/lib/sasl2/*                            mr,
44
45
 
45
46
  /usr/share/ssl/certs/ca-bundle.crt          r,
46
 
  /usr/share/ssl/openssl.cnf                  r,
47
47
 
48
48
  /{var/spool/postfix/,}pid/inet.*               rw,
49
49
  /{var/spool/postfix/,}private/anvil            w,
52
52
  /{var/spool/postfix/,}private/tlsmgr           w,
53
53
  /{var/spool/postfix/,}public/cleanup           w,
54
54
 
55
 
  /var/run/sasl2/mux                             w,
 
55
  /{,var/}run/sasl2/mux                             w,
56
56
 
57
57
  @{PROC}/net/if_inet6                          r,
58
58
}