AppArmor 2.13.8 is a maintenance release of the user space components of the AppArmor security project. The kernel portion of the project is maintained and pushed separately.

This version of the userspace should work with all kernel versions from 2.6.15 and later (some earlier version of the kernel if they have the apparmor patches applied).

The kernel portion of the project is maintained and pushed separately.

Important Note

This release fixes CVE-2016-1585. If you are looking at back porting individual patches instead of pulling in the whole release the critical patches were back ported from MR:333, please contact the apparmor mailing list or if communications must be private security@apparmor.net if you need assistance.

Obtaining the Release

There are two ways to obtain this release either through gitlab or a tarball in launchpad.

Important note: the gitlab release tarballs differ from the launchpad release tarballs. The launchpad release tarball has a couple processing steps already performed:

  • libapparmor autogen.sh is already done, meaning distros only need to use ./configure in their build setup
  • the docs for everything but libapparmor have already been built

gitlab

Launchpad

Changes in this Release

These release notes cover all changes between 2.13.7 (b51a2d27) and 2.13.8 (a0df1428) on apparmor-2.13 branch.

Library

Policy Compiler (a.k.a apparmor_parser)

Utils

Policy

abstractions

  • base
    • allow reading tzdata ICU zoneinfo DB (MR:1007)
  • freedesktop.org
  • openssl
  • nvidia
    • add new cache directory (MR:982)
    • allow reading @{pid}/comm (MR:954)

profiles

  • nscd
    • add permission to allow supporting unscd (MR:1031)
    • allow using systemd-userdb (MR:977)
  • syslogd
  • nvidia_modprobe
    • update for driver families and /sys path (MR:983)
  • postfix-tlsmgr
    • allow reading openssl.cnf (MR:981)
  • smbd
    • allow reading /var/lib/nscd/netgroup (MR:948)
  • lsb_release

Tests

  • expand mount tests (MR:1006, MR:1033, MR:1035)
  • fix failure on older versions of Make (MR:1025. MR:639)
  • Support rule qualifiers in regression tests (MR:1020)
  • fix af_unix tests for v8 networking. (MR:893)
  • fix test failure due to mmap semantic changes (0f0e268b)