]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
committing changes in /etc made by "/usr/bin/python3 /usr/bin/nala upgrade --purge"
authorFrank Brehm <frank@brehm-online.com>
Wed, 3 Jul 2024 05:08:11 +0000 (07:08 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Wed, 3 Jul 2024 05:08:11 +0000 (07:08 +0200)
Packages with configuration changes:
-ubuntu-pro-client 32.3~22.04 amd64
+ubuntu-pro-client 32.3.1~22.04 amd64

Package changes:
-ubuntu-advantage-tools 32.3~22.04 all
+ubuntu-advantage-tools 32.3.1~22.04 all
-ubuntu-pro-client 32.3~22.04 amd64
-ubuntu-pro-client-l10n 32.3~22.04 amd64
+ubuntu-pro-client 32.3.1~22.04 amd64
+ubuntu-pro-client-l10n 32.3.1~22.04 amd64

apparmor.d/ubuntu_pro_esm_cache

index 7ee63cb30e11c1014f5f50318deac00bf8b716c9..323847100a6b2c1618331d077e0c6d2f4b3cb9f6 100644 (file)
@@ -155,6 +155,9 @@ profile ubuntu_pro_esm_cache flags=(attach_disconnected) {
 
     /{,usr/}bin/dpkg mr,
 
+    # LP: #2067810
+    /var/lib/dpkg/** r,
+
   }
 
   profile ubuntu_distro_info flags=(attach_disconnected) {
@@ -190,6 +193,9 @@ profile ubuntu_pro_esm_cache flags=(attach_disconnected) {
 
     /usr/share/dpkg/** r,
 
+    # LP: #2067810
+    /var/lib/dpkg/** r,
+
     /var/lib/ubuntu-advantage/apt-esm/** rwk,
 
     @{PROC}/@{pid}/cgroup r,
@@ -229,6 +235,9 @@ profile ubuntu_pro_esm_cache flags=(attach_disconnected) {
     /etc/apt/** r,
     /var/lib/apt/** r,
 
+    # LP: #2067810
+    /var/lib/dpkg/** r,
+
   }
 
   # Site-specific additions and overrides. See local/README for details.