Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11041370
D7478.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
29 KB
Referenced Files
None
Subscribers
None
D7478.diff
View Options
diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -2,6 +2,8 @@
libapparmor.so.1:APPARMOR_1.1
libapparmor.so.1:APPARMOR_2.10
libapparmor.so.1:APPARMOR_2.11
+libapparmor.so.1:APPARMOR_2.13
+libapparmor.so.1:APPARMOR_2.13.1
libapparmor.so.1:APPARMOR_2.9
libapparmor.so.1:IMMUNIX_1.0
libapparmor.so.1:PRIVATE
@@ -15,6 +17,7 @@
libapparmor.so.1:aa_change_hatv
libapparmor.so.1:aa_change_onexec
libapparmor.so.1:aa_change_profile
+libapparmor.so.1:aa_features_id
libapparmor.so.1:aa_features_is_equal
libapparmor.so.1:aa_features_new
libapparmor.so.1:aa_features_new_from_kernel
@@ -42,7 +45,14 @@
libapparmor.so.1:aa_kernel_interface_replace_policy_from_file
libapparmor.so.1:aa_kernel_interface_unref
libapparmor.so.1:aa_kernel_interface_write_policy
+libapparmor.so.1:aa_policy_cache_add_ro_dir
+libapparmor.so.1:aa_policy_cache_dir_path
+libapparmor.so.1:aa_policy_cache_dir_path_preview
+libapparmor.so.1:aa_policy_cache_dirfd
+libapparmor.so.1:aa_policy_cache_filename
libapparmor.so.1:aa_policy_cache_new
+libapparmor.so.1:aa_policy_cache_no_dirs
+libapparmor.so.1:aa_policy_cache_open
libapparmor.so.1:aa_policy_cache_ref
libapparmor.so.1:aa_policy_cache_remove
libapparmor.so.1:aa_policy_cache_replace_all
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,3 +1,4 @@
ld-linux-x86-64.so.2
libc.so.6
libpthread.so.0
+libpython3.6m.so.1.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,35 +1,54 @@
name : apparmor
-version : 2.11.0
-release : 5
+version : 2.13.3
+release : 6
source :
- - https://launchpad.net/apparmor/2.11/2.11/+download/apparmor-2.11.0.tar.gz : b1c489ea11e7771b8e6b181532cafbf9ebe6603e3cb00e2558f21b7a5bdd739a
+ - https://launchpad.net/apparmor/2.13/2.13.3/+download/apparmor-2.13.3.tar.gz : 267053234c68cdb122c5294d7c276b6e2f5fa7e75c6c2d23e3ce69f95d9a7639
license :
- - GPL-2.0
- - LGPL-2.1
+ - GPL-2.0-only
+ - LGPL-2.1-or-later
component : security.library
summary : AppArmor LSM user-space component
description: |
AppArmor LSM user-space component
builddeps :
- - pyflakes
- - python-setuptools
- - perl-gettext
+ - pkgconfig(python3)
+ - dejagnu # Tests
+ - perl-gettext # Tests
+ - pyflakes # Tests
+ - swig
+rundeps :
+ - python3
+networking: yes
+environment: |
+ export PYTHON=/usr/bin/python3
+ export PYTHON_VERSIONS=python3
setup : |
- pushd ./libraries/libapparmor
- %autogen
+ cd libraries/libapparmor
+ %autogen --with-python
build : |
- %make -C ./libraries/libapparmor
- %make -C utils
+ %make -C libraries/libapparmor
%make -C binutils
%make -C parser
%make -C profiles
+ %make -C utils
install : |
- %make_install -C ./libraries/libapparmor
# TODO: Validate profiles, tools, etc, and make stateless!
- %make_install -C utils
+ %make_install -C libraries/libapparmor
%make_install -C binutils
%make_install -C parser
%make_install -C profiles
+ %make_install -C utils
# For now remove unvalidated profiles..
rm -v $installdir/etc/apparmor.d/*.*.*
+check : |
+ %make check -C libraries/libapparmor
+ %make check -C binutils
+ %make check -C parser
+ %make check-parser -C profiles
+
+ # This one fails because:
+ # "This test is likely running on an newer kernel and will require
+ # updating the list of network domain keywords"
+ rm $workdir/utils/test/test-network.py
+ %make -C utils check PYFLAKES=/usr/bin/pyflakes3
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,16 +2,16 @@
<Source>
<Name>apparmor</Name>
<Packager>
- <Name>Peter O'Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
- <License>GPL-2.0</License>
- <License>LGPL-2.1</License>
+ <License>GPL-2.0-only</License>
+ <License>LGPL-2.1-or-later</License>
<PartOf>security.library</PartOf>
<Summary xml:lang="en">AppArmor LSM user-space component</Summary>
<Description xml:lang="en">AppArmor LSM user-space component
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>apparmor</Name>
@@ -42,6 +42,8 @@
<Path fileType="config">/etc/apparmor.d/abstractions/dbus-strict</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/dconf</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/dovecot-common</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/dri-common</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/dri-enumerate</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/enchant</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/fcitx</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/fcitx-strict</Path>
@@ -51,18 +53,27 @@
<Path fileType="config">/etc/apparmor.d/abstractions/gnupg</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/ibus</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/kde</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/kde-globals-write</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/kde-icon-cache-write</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/kde-language-write</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/kerberosclient</Path>
- <Path fileType="config">/etc/apparmor.d/abstractions/launchpad-integration</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/ldapclient</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/libpam-systemd</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/likewise</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/mdns</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/mesa</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/mir</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/mozc</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/mysql</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/nameservice</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/nis</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/nvidia</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/opencl</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/opencl-common</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/opencl-intel</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/opencl-mesa</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/opencl-nvidia</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/opencl-pocl</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/openssl</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/orbit2</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/p11-kit</Path>
@@ -73,6 +84,10 @@
<Path fileType="config">/etc/apparmor.d/abstractions/private-files</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/private-files-strict</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/python</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/qt5</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/qt5-compose-cache-write</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/qt5-settings-write</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/recent-documents-write</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/ruby</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/samba</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/smbpass</Path>
@@ -109,6 +124,7 @@
<Path fileType="config">/etc/apparmor.d/abstractions/user-tmp</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/user-write</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/video</Path>
+ <Path fileType="config">/etc/apparmor.d/abstractions/vulkan</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/wayland</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/web-data</Path>
<Path fileType="config">/etc/apparmor.d/abstractions/winbind</Path>
@@ -120,6 +136,8 @@
<Path fileType="config">/etc/apparmor.d/disable</Path>
<Path fileType="config">/etc/apparmor.d/local/README</Path>
<Path fileType="config">/etc/apparmor.d/local/bin.ping</Path>
+ <Path fileType="config">/etc/apparmor.d/local/lsb_release</Path>
+ <Path fileType="config">/etc/apparmor.d/local/nvidia_modprobe</Path>
<Path fileType="config">/etc/apparmor.d/local/sbin.klogd</Path>
<Path fileType="config">/etc/apparmor.d/local/sbin.syslog-ng</Path>
<Path fileType="config">/etc/apparmor.d/local/sbin.syslogd</Path>
@@ -140,6 +158,7 @@
<Path fileType="config">/etc/apparmor.d/local/usr.lib.dovecot.pop3</Path>
<Path fileType="config">/etc/apparmor.d/local/usr.lib.dovecot.pop3-login</Path>
<Path fileType="config">/etc/apparmor.d/local/usr.lib.dovecot.ssl-params</Path>
+ <Path fileType="config">/etc/apparmor.d/local/usr.lib.dovecot.stats</Path>
<Path fileType="config">/etc/apparmor.d/local/usr.sbin.apache2</Path>
<Path fileType="config">/etc/apparmor.d/local/usr.sbin.avahi-daemon</Path>
<Path fileType="config">/etc/apparmor.d/local/usr.sbin.dnsmasq</Path>
@@ -153,6 +172,8 @@
<Path fileType="config">/etc/apparmor.d/local/usr.sbin.smbldap-useradd</Path>
<Path fileType="config">/etc/apparmor.d/local/usr.sbin.traceroute</Path>
<Path fileType="config">/etc/apparmor.d/local/usr.sbin.winbindd</Path>
+ <Path fileType="config">/etc/apparmor.d/lsb_release</Path>
+ <Path fileType="config">/etc/apparmor.d/nvidia_modprobe</Path>
<Path fileType="config">/etc/apparmor.d/sbin.klogd</Path>
<Path fileType="config">/etc/apparmor.d/sbin.syslog-ng</Path>
<Path fileType="config">/etc/apparmor.d/sbin.syslogd</Path>
@@ -168,6 +189,7 @@
<Path fileType="config">/etc/apparmor.d/tunables/ntpd</Path>
<Path fileType="config">/etc/apparmor.d/tunables/proc</Path>
<Path fileType="config">/etc/apparmor.d/tunables/securityfs</Path>
+ <Path fileType="config">/etc/apparmor.d/tunables/share</Path>
<Path fileType="config">/etc/apparmor.d/tunables/sys</Path>
<Path fileType="config">/etc/apparmor.d/tunables/xdg-user-dirs</Path>
<Path fileType="config">/etc/apparmor.d/tunables/xdg-user-dirs.d/site.local</Path>
@@ -182,63 +204,71 @@
<Path fileType="executable">/usr/bin/aa-easyprof</Path>
<Path fileType="executable">/usr/bin/aa-enabled</Path>
<Path fileType="executable">/usr/bin/aa-exec</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor-2.11.0-py2.7.egg-info</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/aa.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/aa.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/aamode.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/aamode.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/aare.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/aare.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/cleanprofile.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/cleanprofile.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/common.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/common.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/config.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/config.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/easyprof.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/easyprof.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/fail.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/fail.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/logparser.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/logparser.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/regex.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/regex.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/capability.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/capability.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/change_profile.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/change_profile.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/dbus.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/dbus.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/file.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/file.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/network.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/network.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/ptrace.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/ptrace.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/rlimit.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/rlimit.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/signal.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rule/signal.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rules.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/rules.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/sandbox.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/sandbox.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/severity.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/severity.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/tools.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/tools.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/translations.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/translations.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/ui.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/ui.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/yasti.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/apparmor/yasti.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/LibAppArmor-2.13.3-py3.6.egg-info</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/LibAppArmor/LibAppArmor.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/LibAppArmor/_LibAppArmor.cpython-36m-x86_64-linux-gnu.so</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/LibAppArmor/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/LibAppArmor/__pycache__/LibAppArmor.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/LibAppArmor/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor-2.13.3-py3.6.egg-info</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/aa.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/aamode.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/aare.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/cleanprofile.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/common.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/config.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/easyprof.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/fail.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/logparser.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/profile_list.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/profile_storage.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/regex.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/rules.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/sandbox.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/severity.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/tools.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/translations.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/__pycache__/ui.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/aa.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/aamode.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/aare.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/cleanprofile.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/common.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/config.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/easyprof.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/fail.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/logparser.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/profile_list.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/profile_storage.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/regex.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/__pycache__/capability.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/__pycache__/change_profile.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/__pycache__/dbus.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/__pycache__/file.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/__pycache__/network.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/__pycache__/ptrace.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/__pycache__/rlimit.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/__pycache__/signal.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/capability.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/change_profile.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/dbus.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/file.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/network.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/ptrace.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/rlimit.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rule/signal.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/rules.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/sandbox.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/severity.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/tools.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/translations.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/apparmor/ui.py</Path>
<Path fileType="library">/usr/lib64/libapparmor.so.1</Path>
- <Path fileType="library">/usr/lib64/libapparmor.so.1.4.0</Path>
+ <Path fileType="library">/usr/lib64/libapparmor.so.1.6.1</Path>
<Path fileType="executable">/usr/sbin/aa-audit</Path>
<Path fileType="executable">/usr/sbin/aa-autodep</Path>
<Path fileType="executable">/usr/sbin/aa-cleanprof</Path>
@@ -250,6 +280,7 @@
<Path fileType="executable">/usr/sbin/aa-logprof</Path>
<Path fileType="executable">/usr/sbin/aa-mergeprof</Path>
<Path fileType="executable">/usr/sbin/aa-notify</Path>
+ <Path fileType="executable">/usr/sbin/aa-remove-unknown</Path>
<Path fileType="executable">/usr/sbin/aa-status</Path>
<Path fileType="executable">/usr/sbin/aa-unconfined</Path>
<Path fileType="executable">/usr/sbin/apparmor_status</Path>
@@ -380,7 +411,9 @@
<Path fileType="localedata">/usr/share/locale/en_GB/LC_MESSAGES/aa-binutils.mo</Path>
<Path fileType="localedata">/usr/share/locale/en_GB/LC_MESSAGES/apparmor-parser.mo</Path>
<Path fileType="localedata">/usr/share/locale/en_GB/LC_MESSAGES/apparmor-utils.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/aa-binutils.mo</Path>
<Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/apparmor-parser.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/es/LC_MESSAGES/apparmor-utils.mo</Path>
<Path fileType="localedata">/usr/share/locale/et/LC_MESSAGES/apparmor-parser.mo</Path>
<Path fileType="localedata">/usr/share/locale/fi/LC_MESSAGES/apparmor-parser.mo</Path>
<Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/apparmor-parser.mo</Path>
@@ -417,6 +450,7 @@
<Path fileType="localedata">/usr/share/locale/pt/LC_MESSAGES/apparmor-parser.mo</Path>
<Path fileType="localedata">/usr/share/locale/pt/LC_MESSAGES/apparmor-utils.mo</Path>
<Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/apparmor-parser.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/apparmor-utils.mo</Path>
<Path fileType="localedata">/usr/share/locale/ro/LC_MESSAGES/apparmor-parser.mo</Path>
<Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/aa-binutils.mo</Path>
<Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/apparmor-parser.mo</Path>
@@ -426,10 +460,12 @@
<Path fileType="localedata">/usr/share/locale/sl/LC_MESSAGES/apparmor-parser.mo</Path>
<Path fileType="localedata">/usr/share/locale/sq/LC_MESSAGES/apparmor-parser.mo</Path>
<Path fileType="localedata">/usr/share/locale/sr/LC_MESSAGES/apparmor-parser.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/aa-binutils.mo</Path>
<Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/apparmor-parser.mo</Path>
<Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/apparmor-utils.mo</Path>
<Path fileType="localedata">/usr/share/locale/ta/LC_MESSAGES/apparmor-parser.mo</Path>
<Path fileType="localedata">/usr/share/locale/th/LC_MESSAGES/apparmor-parser.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/aa-binutils.mo</Path>
<Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/apparmor-parser.mo</Path>
<Path fileType="localedata">/usr/share/locale/tr/LC_MESSAGES/apparmor-utils.mo</Path>
<Path fileType="localedata">/usr/share/locale/ug/LC_MESSAGES/apparmor-parser.mo</Path>
@@ -471,7 +507,9 @@
<Path fileType="man">/usr/share/man/man8/aa-logprof.8</Path>
<Path fileType="man">/usr/share/man/man8/aa-mergeprof.8</Path>
<Path fileType="man">/usr/share/man/man8/aa-notify.8</Path>
+ <Path fileType="man">/usr/share/man/man8/aa-remove-unknown.8</Path>
<Path fileType="man">/usr/share/man/man8/aa-status.8</Path>
+ <Path fileType="man">/usr/share/man/man8/aa-teardown.8</Path>
<Path fileType="man">/usr/share/man/man8/aa-unconfined.8</Path>
<Path fileType="man">/usr/share/man/man8/apparmor_parser.8</Path>
<Path fileType="man">/usr/share/man/man8/apparmor_status.8</Path>
@@ -485,7 +523,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="5">apparmor</Dependency>
+ <Dependency release="6">apparmor</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/aalogparse/aalogparse.h</Path>
@@ -497,12 +535,12 @@
</Files>
</Package>
<History>
- <Update release="5">
- <Date>2018-08-27</Date>
- <Version>2.11.0</Version>
+ <Update release="6">
+ <Date>2019-10-24</Date>
+ <Version>2.13.3</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O'Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 4:23 AM (15 h, 20 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5802930
Default Alt Text
D7478.diff (29 KB)
Attached To
Mode
D7478: Update apparmor to 2.13.3
Attached
Detach File
Event Timeline
Log In to Comment