diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -1,4 +1,3 @@
-_LibAppArmor.cpython-37m-x86_64-linux-gnu.so:PyInit__LibAppArmor
libapparmor.so.1:APPARMOR_1.0
libapparmor.so.1:APPARMOR_1.1
libapparmor.so.1:APPARMOR_2.10
@@ -74,7 +73,3 @@
libapparmor.so.1:change_hat
libapparmor.so.1:free_record
libapparmor.so.1:parse_record
-pam_apparmor.so:debug_flag
-pam_apparmor.so:get_options
-pam_apparmor.so:pam_sm_close_session
-pam_apparmor.so:pam_sm_open_session
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : apparmor
version : 3.0.1
-release : 11
+release : 12
source :
- https://gitlab.com/apparmor/apparmor/-/archive/v3.0.1/apparmor-v3.0.1.tar.gz : 5f9afc157c5e2610737186a31fc9bd6a1d339a2ee85ac4f2667dce59cf60f1c7
license :
@@ -50,3 +50,6 @@
# For now remove unvalidated profiles..
rm -v $installdir/etc/apparmor.d/*.*.*
+
+ # Disable apparmor for php-fpm systemd service
+ rm -v $installdir/etc/apparmor.d/php-fpm
\ No newline at end of file
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,7 +3,7 @@
apparmor
Joshua Strobl
- joshua@getsol.us
+ joshua@streambits.io
GPL-2.0-only
LGPL-2.1-or-later
@@ -189,7 +189,6 @@
/etc/apparmor.d/local/usr.sbin.winbindd
/etc/apparmor.d/lsb_release
/etc/apparmor.d/nvidia_modprobe
- /etc/apparmor.d/php-fpm
/etc/apparmor.d/sbin.klogd
/etc/apparmor.d/sbin.syslog-ng
/etc/apparmor.d/sbin.syslogd
@@ -580,11 +579,129 @@
- 2021-03-24
+ 2021-03-23
3.0.1
- Packaging update
+ Update to 3.x ABI. Disabled test suite. Enabled systemd unit.
Joshua Strobl
- joshua@getsol.us
+ joshua@streambits.io
+
+
+ 2021-03-17
+ 2.13.6
+ Update to 2.10.6. Changelog available [here](https://gitlab.com/apparmor/apparmor/-/tags/v2.10.6).
+ Joshua Strobl
+ joshua@streambits.io
+
+
+ 2020-06-23
+ 2.13.4
+ Update to 2.13.4
+
+**Summarized Changelog:**
+
+- Fix vim syntax highlighting for capability
+- Policy
+ - X: allow reading the Xauth file that mutter passes to Xwayland
+ - base: allow access to /run/uuidd/request
+ - base: allow access to top level ecryptfs directories
+ - base: allow reading per-user themes from `$XDG_DATA_HOME`
+ - fonts: don't allow writing to fontconfig cache
+ - gnome: allow access to xdg mimeapps.list
+- Utils
+ - aa-status: handle profile names containing '('
+ - genprof/logprof: Fix crash when log message contains a filename with unbalanced parenthesis
+- libapparmor
+ - Fix log parsing for logs with an embedded newline
+ Joshua Strobl
+ joshua@streambits.io
+
+
+ 2020-02-06
+ 2.13.3
+ Rebuild for Python 3.7 and fix build system. Resolves T8691
+ Bryan T. Meyers
+ bmeyers@datadrake.com
+
+
+ 2019-12-22
+ 2.13.3
+ Added missing tmpfiles.d entry for the cache
+ Bryan T. Meyers
+ bmeyers@datadrake.com
+
+
+ 2019-12-22
+ 2.13.3
+ Update apparmor to 2.13.3
+
+Summary:
+Changelog:
+- [2.11.1](https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.11.1)
+- [2.11.2](https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.11.2)
+- [2.11.3](https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.11.3)
+- [2.12.0](https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.12)
+- [2.12.1](https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.12.1)
+- [2.12.2](https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.12.2)
+- [2.12.3](https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.12.3)
+- [2.13.0](https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.13)
+- [2.13.1](https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.13.1)
+- [2.13.2](https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.13.2)
+- [2.13.3](https://gitlab.com/apparmor/apparmor/wikis/Release_Notes_2.13.3)
+Fixes T4287, T7772.
+
+Test Plan: TBD
+
+Reviewers: #triage_team, DataDrake
+
+Reviewed By: #triage_team, DataDrake
+
+Subscribers: DataDrake, Girtablulu
+
+Maniphest Tasks: T4287, T7772
+
+Differential Revision: https://dev.getsol.us/D7478
+ Fabio Forni
+ fabio@redaril.me
+
+
+ 2018-08-27
+ 2.11.0
+ Bump apparmor to force usysconf to kick in
+
+Resolves T6499
+
+Signed-off-by: Peter O'Connor <peter@solus-project.com>
+ Peter O'Connor
+ peter@solus-project.com
+
+
+ 2018-02-02
+ 2.11.0
+ Remove systemd integration from AppArmor
+
+We'll now use aa-lsm-hook to manage AppArmor loading/compilation
+
+Signed-off-by: Ikey Doherty <ikey@solus-project.com>
+ Ikey Doherty
+ ikey@solus-project.com
+
+
+ 2017-08-12
+ 2.11.0
+ Add apparmor loader workaround for snapd profiles
+
+Signed-off-by: Ikey Doherty <ikey@solus-project.com>
+ Ikey Doherty
+ ikey@solus-project.com
+
+
+ 2017-08-11
+ 2.11.0
+ Make apparmor profiles automatically load on system startup
+
+Signed-off-by: Ikey Doherty <ikey@solus-project.com>
+ Ikey Doherty
+ ikey@solus-project.com
\ No newline at end of file