7 Release_Notes_2.10.6
John Johansen edited this page 2020-12-08 10:57:19 +00:00

AppArmor 2.10.6 was released 2020-12-08.

Introduction

AppArmor 2.10.6 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 is the last release in the 2.10 series.

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

gitlab

Launchpad

Changes in this Release

These release notes cover all changes between 2.10.5 (6a871a5082) and 2.10.6 (ac03ae4e72) apparmor-2.10 branch.

Library

Policy Compiler (a.k.a apparmor_parser)

  • call filter slashes for mount and dbus path conditionals (MR:607)
  • enable variable expansion for mount type= and options= (MR:638, AABUG:99)
  • Fix expansion of variables in unix rules addr= conditional (MR:607, LP:1856738)

aa_status

Utils

  • Add CAP_CHECKPOINT_RESTORE to severity.db (MR:656)
  • Add CAP_BPF and CAP_PERFMON to severity.db (MR:589, LP:1890547)
  • Fix crash when log message contains a filename with unbalanced parenthesis (MR402)

Policy

abstractions

  • X
    • Allow (only) reading X compose cache (MR:685)
  • kerberosclient
    • allow reading /etc/krb5.conf.d/ (MR:425)
  • ssl_certs/ssl_keys
    • add support for cert bot (MR397)

apparmor.vim

  • Fix capability mispelling in syntax highlighting (MR:421)

Documentation

  • apparmor.d (7)
    • fix typos in documentation for dbus and unix rules (LP1838991, MR410)
    • fix typo in man doc of unix rules

Tests

Note

There is a semantic change in the 4.8 kernel (commit 9f834ec18defc369d73ccf9e87a2790bfa05bf46) that affects apparmor policy enforcement. Specifically it affects when the m permission bit is checked for elf binary executables. Policy and tests within apparmor 2.12 and later have been updated to support running on pre 4.8 and 4.8+ kernels.