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

« back to all changes in this revision

Viewing changes to profiles/apparmor.d/sbin.syslogd

  • Committer: Package Import Robot
  • Author(s): Steve Beattie
  • Date: 2015-07-23 01:57:43 UTC
  • mfrom: (1.1.32)
  • Revision ID: package-import@ubuntu.com-20150723015743-q1nfat496q3d8rcm
Tags: 2.10-0ubuntu1
* Update to apparmor 2.10
  - libapparmor added functions to ease loading profile cache files to
    help support systemd on-demand load of policy (LP: #1385414)
  - apparmor parser: fixed policy generation to allow matching
    embedded NULs in abstract unix socket names (LP: #1413410)
  - aa-status: don't traceback when not permitted to read current
    set of apparmor policy (LP: #1466768)
  - aa-logprof: don't crash on policies that have an #include of a
    directory (LP: #1471425)
  - aa-logprof: fix crash when network rejections occur when file
    operations are performed on network sockets (LP: #1466812)
* dropped reproducible-pdf.patch, incorporated upstream
* debian/patches/tests-fix_sysctl_test.patch: fix sysctl test failure
  with 4.1 kernel and newer.
* debian/control: add alternate dependency on linux-initramfs-tool
  (LP: #1109029)
* debian/libapparmor1.symbols: update symbols file for added symbols
  in libapparmor

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
#include <tunables/global>
13
13
 
14
 
/sbin/syslogd {
 
14
profile syslogd /{usr/,}sbin/syslogd {
15
15
  #include <abstractions/base>
16
16
  #include <abstractions/nameservice>
17
17
  #include <abstractions/consoles>
32
32
  /dev/tty*                     w,
33
33
  /dev/xconsole                 rw,
34
34
  /etc/syslog.conf              r,
35
 
  /sbin/syslogd                 rmix,
 
35
  /{usr/,}sbin/syslogd                 rmix,
36
36
  /var/log/**                   rw,
37
37
  /{,var/}run/syslogd.pid          krwl,
38
38
  /{,var/}run/utmp                 rw,