Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2022-08-09 15:26:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.apparmor.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor"

Tue Aug  9 15:26:22 2022 rev:179 rq:993844 version:3.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes        2022-08-03 
21:16:23.675394291 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new.1521/apparmor.changes      
2022-08-09 15:26:31.525311981 +0200
@@ -1,0 +2,6 @@
+Mon Aug  8 18:51:26 UTC 2022 - Christian Boltz <suse-b...@cboltz.de>
+
+- add dnsmasq.diff: missing r permissions for dnsmasq//libvirt-leaseshelper
+  (boo#1202161)
+
+-------------------------------------------------------------------

New:
----
  dnsmasq.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.GRetop/_old  2022-08-09 15:26:32.129313706 +0200
+++ /var/tmp/diff_new_pack.GRetop/_new  2022-08-09 15:26:32.137313729 +0200
@@ -83,6 +83,9 @@
 #                               + merged upstream 2022-06-29 
https://gitlab.com/apparmor/apparmor/-/merge_requests/892 - master only)
 Patch9:         zgrep-profile-mr870.diff
 
+# add missing r permissions for dnsmasc//libvirt-leaseshelper (submitted 
upstream 2022-08-08 https://gitlab.com/apparmor/apparmor/-/merge_requests/905)
+Patch10:        dnsmasq.diff
+
 PreReq:         sed
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define apparmor_bin_prefix %{?usrmerged:/usr}/lib/apparmor
@@ -349,6 +352,7 @@
 %patch5
 %patch6
 %patch9 -p1
+%patch10 -p1
 
 %build
 export SUSE_ASNEEDED=0



++++++ dnsmasq.diff ++++++
commit c9c5208f77d560467965619fadbf350ada9a0bc2
Author: Christian Boltz <appar...@cboltz.de>
Date:   Mon Aug 8 20:48:12 2022 +0200

    dnsmasq: Add missing r permissions for libvirt_leaseshelper
    
    Note: This was reported for /usr/libexec/libvirt_leaseshelper, but since
    this is probably unrelated to the path or a path change, this commit
    also adds r permissions for the previous path.
    
    Fixes: https://bugzilla.opensuse.org/show_bug.cgi?id=1202161

diff --git a/profiles/apparmor.d/usr.sbin.dnsmasq 
b/profiles/apparmor.d/usr.sbin.dnsmasq
index bffc09b4..406b2599 100644
--- a/profiles/apparmor.d/usr.sbin.dnsmasq
+++ b/profiles/apparmor.d/usr.sbin.dnsmasq
@@ -117,8 +117,8 @@ profile dnsmasq /usr/{bin,sbin}/dnsmasq 
flags=(attach_disconnected) {
 
     /etc/libnl-3/classid r,
 
-    /usr/lib{,64}/libvirt/libvirt_leaseshelper m,
-    /usr/libexec/libvirt_leaseshelper m,
+    /usr/lib{,64}/libvirt/libvirt_leaseshelper mr,
+    /usr/libexec/libvirt_leaseshelper mr,
 
     owner @{PROC}/@{pid}/net/psched r,
     owner @{PROC}/@{pid}/status r,

Reply via email to