[ubuntu/focal-proposed] apparmor 2.13.3-7ubuntu5.2 (Accepted)

Georgia Garcia georgia.garcia at canonical.com
Tue Dec 6 10:05:39 UTC 2022


apparmor (2.13.3-7ubuntu5.2) focal; urgency=medium

  * Add capability upstream patches to fix LP: #1964636
    - u/cap1-Generate-CAPABILITIES-in-a-script-due-to-make-4.3.patch: move
    code that generates a list of capabilities to a script in common/
    - u/cap2-parser-Move-to-a-pre-generated-cap_names.h.patch: use a
    pre-generated list of capabilities so that all capabilities are
    supported even when building against older kernels.
    - u/cap3-parser-cleanup-capability_table-generation-by-droppi.patch: drop
    sys_log static declaration because it's already in the generated list.
    - u/cap4-parser-unify-capability-name-handling.patch: drop internal
    hardcoded capability table.
    - u/cap5-parser-Makefile-use-LC_ALL-C-when-invoking-sed.patch: use
    LC_ALL=C when invoking sed.
    - u/cap6-parser-Add-warning-to-capability_table-about-the-nee.patch: add
    warning to capability_table about the need to update the Makefile.
    - u/cap7-Add-CAP_BPF-and-CAP_PERFMON-to-severity.db.patch: add
    support for cap_bpf and cap_perfmon
    - u/cap8-parser-Makefile-fix-generated-cap-comparison-against.patch: fix
    generated cap comparison against known list
  * Add upstream patches for abi support. LP: #1728130
    - u/abi1-parser-feature-abi-setup-parser-to-intersect-policy-.patch: add
    the ability to intersect parser and kernel features in the parser.
    - u/abi2-parser-add-basic-support-for-feature-abis.patch: add support
    to specify a feature abi.
    - u/abi3-pin-abi-2.13.patch: add and pin a policy abi for 2.13
    - u/abi4-parser-fix-abi-rule-and-pinned-feature-file-interact.patch: fix
    abi rule and pinned feature file interaction
    - apparmor.install: add 2.13 abi file to be installed in /etc/apparmor.d/abi/
  * Add mqueue patches. LP: #1993353
    - u/mqueue1-parser-add-parser-support-for-message-queue-mediatio.patch:
    add parser support for mqueue mediation
    - u/mqueue2-tests-add-posix-message-queue-regression-tests.patch: add
    posix mqueue regression tests
    - u/mqueue3-utils-add-message-queue-rules-parsing-in-python-tool.patch:
    add support in python tools to parse mqueue rules
    - u/mqueue4-parser-add-parser-simple-tests-for-mqueue-rules.patch: add
    parser simple tests for mqueue
    - u/mqueue5-parser-place-perm-on-name-as-well-as-name-label-comb.patch:
    add permissions on name and also on name + label
    - u/mqueue6-libapparmor-add-support-for-requested-and-denied-on-.patch:
    add parsing support for "denied" and "requested" from audit logs
    - u/mqueue7-libapparmor-add-support-for-class-in-logparsing.patch: add
    parsing support for "class" from audit logs
    - u/mqueue8-utils-add-logparser-support-for-mqueue.patch: add logparser
    support for mqueue rules
    - u/mqueue9-tests-add-sysv-message-queue-regression-tests.patch: add
    sysv mqueue regression tests
    - u/mqueue10-parser-enable-mqueue-rules-when-abi-is-not-set.patch:
    override pinned features for mqueue rules when abi is not set in policy.
    - debian/rules: create mqueue testcase empty files for libapparmor tests.
  * Closes LP: #1994146

Date: Mon, 10 Oct 2022 17:52:45 -0300
Changed-By: Georgia Garcia <georgia.garcia at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Alex Murray <alex.murray at canonical.com>
https://launchpad.net/ubuntu/+source/apparmor/2.13.3-7ubuntu5.2
-------------- next part --------------
Format: 1.8
Date: Mon, 10 Oct 2022 17:52:45 -0300
Source: apparmor
Architecture: source
Version: 2.13.3-7ubuntu5.2
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Georgia Garcia <georgia.garcia at canonical.com>
Launchpad-Bugs-Fixed: 1728130 1964636 1993353 1994146
Changes:
 apparmor (2.13.3-7ubuntu5.2) focal; urgency=medium
 .
   * Add capability upstream patches to fix LP: #1964636
     - u/cap1-Generate-CAPABILITIES-in-a-script-due-to-make-4.3.patch: move
     code that generates a list of capabilities to a script in common/
     - u/cap2-parser-Move-to-a-pre-generated-cap_names.h.patch: use a
     pre-generated list of capabilities so that all capabilities are
     supported even when building against older kernels.
     - u/cap3-parser-cleanup-capability_table-generation-by-droppi.patch: drop
     sys_log static declaration because it's already in the generated list.
     - u/cap4-parser-unify-capability-name-handling.patch: drop internal
     hardcoded capability table.
     - u/cap5-parser-Makefile-use-LC_ALL-C-when-invoking-sed.patch: use
     LC_ALL=C when invoking sed.
     - u/cap6-parser-Add-warning-to-capability_table-about-the-nee.patch: add
     warning to capability_table about the need to update the Makefile.
     - u/cap7-Add-CAP_BPF-and-CAP_PERFMON-to-severity.db.patch: add
     support for cap_bpf and cap_perfmon
     - u/cap8-parser-Makefile-fix-generated-cap-comparison-against.patch: fix
     generated cap comparison against known list
   * Add upstream patches for abi support. LP: #1728130
     - u/abi1-parser-feature-abi-setup-parser-to-intersect-policy-.patch: add
     the ability to intersect parser and kernel features in the parser.
     - u/abi2-parser-add-basic-support-for-feature-abis.patch: add support
     to specify a feature abi.
     - u/abi3-pin-abi-2.13.patch: add and pin a policy abi for 2.13
     - u/abi4-parser-fix-abi-rule-and-pinned-feature-file-interact.patch: fix
     abi rule and pinned feature file interaction
     - apparmor.install: add 2.13 abi file to be installed in /etc/apparmor.d/abi/
   * Add mqueue patches. LP: #1993353
     - u/mqueue1-parser-add-parser-support-for-message-queue-mediatio.patch:
     add parser support for mqueue mediation
     - u/mqueue2-tests-add-posix-message-queue-regression-tests.patch: add
     posix mqueue regression tests
     - u/mqueue3-utils-add-message-queue-rules-parsing-in-python-tool.patch:
     add support in python tools to parse mqueue rules
     - u/mqueue4-parser-add-parser-simple-tests-for-mqueue-rules.patch: add
     parser simple tests for mqueue
     - u/mqueue5-parser-place-perm-on-name-as-well-as-name-label-comb.patch:
     add permissions on name and also on name + label
     - u/mqueue6-libapparmor-add-support-for-requested-and-denied-on-.patch:
     add parsing support for "denied" and "requested" from audit logs
     - u/mqueue7-libapparmor-add-support-for-class-in-logparsing.patch: add
     parsing support for "class" from audit logs
     - u/mqueue8-utils-add-logparser-support-for-mqueue.patch: add logparser
     support for mqueue rules
     - u/mqueue9-tests-add-sysv-message-queue-regression-tests.patch: add
     sysv mqueue regression tests
     - u/mqueue10-parser-enable-mqueue-rules-when-abi-is-not-set.patch:
     override pinned features for mqueue rules when abi is not set in policy.
     - debian/rules: create mqueue testcase empty files for libapparmor tests.
   * Closes LP: #1994146
Checksums-Sha1:
 187e6c785b3a2ff670d3eef1aaf1111c136481d2 3014 apparmor_2.13.3-7ubuntu5.2.dsc
 693569d7dc4e3bb5331401ec78c2e31968e21f8d 148428 apparmor_2.13.3-7ubuntu5.2.debian.tar.xz
 1a359ebc3eed894e042f6bcba4c7077d4b070568 8494 apparmor_2.13.3-7ubuntu5.2_source.buildinfo
Checksums-Sha256:
 10745d9b100494c4be2f60c3499f7faabfbb7b6b54fb5d841eeced717b27e902 3014 apparmor_2.13.3-7ubuntu5.2.dsc
 ce4a5d3b2795295a95d377e4b93485095a8c0a93bf6a23082916565cd471fea7 148428 apparmor_2.13.3-7ubuntu5.2.debian.tar.xz
 7b1a9fa9d3a675941158fb65b1f6ba0b53457e89def7cad6eb4ab96083776a39 8494 apparmor_2.13.3-7ubuntu5.2_source.buildinfo
Files:
 8c71f393e9ffbf71e9f54384522b46d9 3014 admin optional apparmor_2.13.3-7ubuntu5.2.dsc
 504bd9867b514388931496824cef2a61 148428 admin optional apparmor_2.13.3-7ubuntu5.2.debian.tar.xz
 171741d1c3c07bc2c170e399fb36ecb7 8494 admin optional apparmor_2.13.3-7ubuntu5.2_source.buildinfo
Original-Maintainer: Debian AppArmor Team <pkg-apparmor-team at lists.alioth.debian.org>


More information about the Focal-changes mailing list