mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Create Release_Notes_2.12.2
parent
99bbe0a383
commit
8552b3f483
1 changed files with 153 additions and 0 deletions
153
Release_Notes_2.12.2.md
Normal file
153
Release_Notes_2.12.2.md
Normal file
|
@ -0,0 +1,153 @@
|
|||
Introduction
|
||||
============
|
||||
|
||||
AppArmor 2.12.2 is an incremental 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). And supports features released in the 4.18
|
||||
kernel and ubuntu 18.04 kernel with the apparmor 3 development patches.
|
||||
|
||||
AppArmor 2.12.1 was released 2018-10-14.
|
||||
|
||||
|
||||
# Obtaining the Release
|
||||
These release notes cover all changes between 2.12.1 (4633658232827cfeb8d301257d9112cd101c2f7c) and 2.12.2 (?????? ) [apparmor-2.12 branch](https://gitlab.com/apparmor/apparmor/tree/apparmor-2.12).
|
||||
|
||||
Tarball
|
||||
- <https://launchpad.net/apparmor/2.12/2.12.1/+download/apparmor-2.12.1.tar.gz>
|
||||
- sha256sum: ec7fcb334f68e29f481251f865c29953163853506a8dc96ce8591d9add659db2
|
||||
- signature: <https://launchpad.net/apparmor/2.12/2.12.1/+download/apparmor-2.12.1,tar.gz.asc>
|
||||
|
||||
|
||||
Build Infrastructure
|
||||
--------------------
|
||||
- Update release infrastructure to use gitlab
|
||||
- Fix $(PWD) when using "make -C profiles"
|
||||
- coverity
|
||||
- capture separate log files for each coverity invocatio
|
||||
- support python scan
|
||||
|
||||
|
||||
Policy Compiler (a.k.a apparmor\_parser)
|
||||
----------------------------------------
|
||||
- disable write cache if filesystem is read-only
|
||||
- fix cache write message when stdin is used
|
||||
- fix parser so that cache creation failure doesn't cause load failure
|
||||
- fix includes to allow white space
|
||||
- add support for conditional includes
|
||||
- fix Makefile hardcoded paths to flex and bison
|
||||
- ignore abi rules
|
||||
|
||||
# Library
|
||||
- fix: remove empty LD_RUN_PATH from libapparmor-perl
|
||||
|
||||
Utils
|
||||
-----
|
||||
- genprof/logprof
|
||||
- ignore .git in is_skippable_dir()
|
||||
- fix writing "link subset" rules
|
||||
- fix writing alias rules
|
||||
- error out on nested child profiles which are not currently supported
|
||||
- fix unsetting filename in get_profile()
|
||||
- don't crash if setting printk_ratelimit fails
|
||||
- fix overwriting of child profile flags if they differ from the main profile
|
||||
- add python3.7 to logprof.conf
|
||||
- add support for zsh in logprof.conf
|
||||
- add basic support for abi rules to the tools
|
||||
- fix aa-mergeprof crash caused by accidentially initialzed hat
|
||||
|
||||
- aa-notify
|
||||
- make message about notify-send package cross-distro compatible
|
||||
- set DBUS_SESSION_BUS_ADDRESS, needed by notify-send
|
||||
- remove group restrictions
|
||||
- Read user's configuration file from XDG_CONFIG_HOME
|
||||
|
||||
- sandbox.py
|
||||
- remove unused exception binding
|
||||
|
||||
- aa-status
|
||||
- split profile from exec name
|
||||
|
||||
Policy
|
||||
------
|
||||
- Profiles
|
||||
- support distributions which merge sbin into bin
|
||||
- ping: support void linux binary location
|
||||
- traceroute: support void linux binary location
|
||||
- allow running Thunderbird wrapper script
|
||||
- add nvidia_modprobe profile
|
||||
- ntpd
|
||||
- allow access to ntp clockstat
|
||||
- add openntpd drift and socket files
|
||||
- support void linux binary location
|
||||
- mlmmj-sub fix moderated subscription
|
||||
- dnsmasq
|
||||
- allow chown capability.
|
||||
- add paths for NetworkManager connection sharing
|
||||
- add permission to open log files
|
||||
- Fix ubuntu-browsers for 64bit openSUSE
|
||||
- dovecot
|
||||
- add dovecot/stats profile, and allow dovecot to run it
|
||||
- allow write to /run/dovecot/old-stats-user
|
||||
- allow dac_read_search and reading ssl-parameters.dat
|
||||
- samba
|
||||
- allow smbd to load new shared libraries
|
||||
- allow winbindd to read and write new kerberos cache location
|
||||
- nmbd
|
||||
- add missing files
|
||||
- support writing to /run/systemd/notify
|
||||
- smbd add missing pid lock file
|
||||
|
||||
- Tunables
|
||||
- Add uid and uids kernel var placeholders
|
||||
|
||||
- Abstractions
|
||||
- add qt5 abstraction
|
||||
- add qt5-compose-cache-write abstraction
|
||||
- ubuntu-email: add new Thunderbird executable path
|
||||
- ubuntu-browsers.d/user-files: disallow access to the dirs of private files
|
||||
- private-files: disallow writes to thumbnailer dir (LP: #1788929)
|
||||
- private-files-strict: disallow access to the dirs of private files
|
||||
- user-files: disallow access to the dirs of private files
|
||||
- remove antiquated abstractions/launchpad-integration
|
||||
- kde: use qt5 abstration
|
||||
- samba: add missing log files
|
||||
- gnupg: allow pubring.kbx
|
||||
- ld.so.conf: Update base abstraction
|
||||
- nvidia: allow to create .nv directory
|
||||
- ssl:
|
||||
- add dehydrated certificate support
|
||||
- support new location for ssl-params file
|
||||
- php: allow ICU (unicode support) data tables
|
||||
- Python:
|
||||
- add support for python 3.7
|
||||
- allow /usr/local/lib/python3/dist-packages
|
||||
|
||||
|
||||
Tests
|
||||
-----
|
||||
- mount regression test: convert mount test to use MS_NODE
|
||||
- add tests for relative path includes
|
||||
- fix regression tests to pass on 4.14 upstream kernel
|
||||
- allow shell helper test read the locale
|
||||
- mark profiles with multiple rules in one line as known-failing
|
||||
- ignore tests for 'include if exists'
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
- apparmor(7): clarify the effect of reloading a profile.
|
||||
- fix typo in apparmor_parser.pod
|
||||
- update documentation to references gitlab and updated bug reporting procedures.
|
||||
|
||||
|
||||
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.
|
Loading…
Add table
Reference in a new issue