1 Release_Notes_2.8.3
Christian Boltz edited this page 2017-12-13 22:17:47 +01:00

2.8.3 includes revisions 2088 through 2122 from the 2.8 branch.

Warning: mod_apparmor broken

mod_apparmor is broken in 2.8.3 and does funny[tm] things. Use mod_apparmor from 2.8.4 (or 2.8.2) instead.

New features

  • apparmor_parser --create-cache-dir command line option

Documentation fixes

  • 2093 Fix documentation URLs

Code fixes and features

  • 2088 Fix for Perl's changed ~~ smartmatch operator

    https://bugs.launchpad.net/apparmor/+bug/1180230

  • 2091 Fix for German translations

  • 2094 Fix aa-unconfined bug, force LANG=C before running netstat

  • 2095 Fix for --cache-loc= in apparmor_parser

    http://launchpad.net/bugs/1229393

  • 2096 Fix for incorrectly cleared cache in apparmor_parser

  • 2097 Code cleanup for clearing cache in apparmor_parser

  • 2098 Add --create-cache-dir option in apparmor_parser

  • 2099 Fix regression introduced in 2097

  • 2102 Fix for BISON 3 build failures in apparmor_parser

  • 2107 Fix for libtoolize in libapparmor/autogen.sh

  • 2108 Fix policy generation for small dfas in apparmor_parser

  • 2109 Fix for std::max compilation failure on 32 bit systems

  • 2111 Fix for aa_change_hat() token format string in libapparmor

  • 2112 Fix for “attach_disconnected” in apparmor.vim syntax

  • 2114 Fix for --create-cache-dire typo in apparmor_parser --help

  • 2115 Fix for debug log messages in mod_apparmor

  • 2116 New use Apache 2.4 trace1 log level for debug messages in mod_apparmor

  • 2117 Code cleanup for trace debug log messages in mod_apprmor

  • 2118 Fix to use aa_change_hat() API in mod_apparmor

  • 2119 Fix aa_change_hat() debugging calls in mod_apparmor

  • 2120 Fix AADefaultHatName to use module-specific storage in mod_apparmor

  • 2121 Fix log messages to include errno in mod_appamor

Profile fixes