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-06-30 13:17:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor (Old)
 and      /work/SRC/openSUSE:Factory/.apparmor.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apparmor"

Thu Jun 30 13:17:50 2022 rev:175 rq:985682 version:3.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes        2022-05-17 
17:23:39.187128422 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new.1548/apparmor.changes      
2022-06-30 13:17:52.817511696 +0200
@@ -1,0 +2,6 @@
+Tue Jun 28 21:34:26 UTC 2022 - Christian Boltz <suse-b...@cboltz.de>
+
+- update zgrep-profile-mr870.diff: allow zgrep to execute egrep and fgrep
+  (poo#113108)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apparmor.spec ++++++
--- /var/tmp/diff_new_pack.1ZrBCD/_old  2022-06-30 13:17:53.649512320 +0200
+++ /var/tmp/diff_new_pack.1ZrBCD/_new  2022-06-30 13:17:53.653512323 +0200
@@ -88,7 +88,8 @@
 # merged upstream (2.12..master) 2022-03-13 
https://gitlab.com/apparmor/apparmor/-/merge_requests/862
 Patch8:         update-usr-sbin-smbd.diff
 
-# add zgrep and xzgrep profile (merged upstream 2022-04-12 
https://gitlab.com/apparmor/apparmor/-/merge_requests/870 + 2022-04-18 
https://gitlab.com/apparmor/apparmor/-/merge_requests/873 - master only)
+# add zgrep and xzgrep profile (merged upstream 2022-04-12 
https://gitlab.com/apparmor/apparmor/-/merge_requests/870 + merged upstream 
2022-04-18 https://gitlab.com/apparmor/apparmor/-/merge_requests/873
+#                               + 2022-06-28 
https://gitlab.com/apparmor/apparmor/-/merge_requests/892 - master only)
 Patch9:         zgrep-profile-mr870.diff
 
 # squash noisy setsockopt calls - merged upstream master+3.0 2022-04-12 
https://gitlab.com/apparmor/apparmor/-/merge_requests/867



++++++ zgrep-profile-mr870.diff ++++++
--- /var/tmp/diff_new_pack.1ZrBCD/_old  2022-06-30 13:17:53.757512401 +0200
+++ /var/tmp/diff_new_pack.1ZrBCD/_new  2022-06-30 13:17:53.757512401 +0200
@@ -1,4 +1,5 @@
 [Extended to include the fix from 
https://gitlab.com/apparmor/apparmor/-/merge_requests/873]
+[Extended to include the fix from 
https://gitlab.com/apparmor/apparmor/-/merge_requests/892]
 
 
 From 3a3b49ccd93d00cbc373319b90c6acecdd6f45fa Mon Sep 17 00:00:00 2001
@@ -17,10 +18,10 @@
 ===================================================================
 --- /dev/null
 +++ apparmor-3.0.4/profiles/apparmor.d/zgrep
-@@ -0,0 +1,62 @@
+@@ -0,0 +1,66 @@
 +# ------------------------------------------------------------------
 +#
-+#    Copyright (C) 2021 Christian Boltz
++#    Copyright (C) 2022 Christian Boltz
 +#
 +#    This program is free software; you can redistribute it and/or
 +#    modify it under the terms of version 2 of the GNU General Public
@@ -37,10 +38,12 @@
 +  include <abstractions/bash>
 +
 +  /dev/tty rw,
-+  /usr/bin/bash ix,
++  /usr/bin/{ba,da,}sh ix,
 +  /usr/bin/bzip2 Cx -> helper,
 +  /usr/bin/cat ix,
++  /usr/bin/egrep Cx -> helper,
 +  /usr/bin/expr ix,
++  /usr/bin/fgrep Cx -> helper,
 +  /usr/bin/grep Cx -> helper,
 +  /usr/bin/gzip Cx -> helper,
 +  /usr/bin/mktemp ix,
@@ -61,9 +64,11 @@
 +    capability dac_override,
 +    capability dac_read_search,
 +
-+    /usr/bin/bash ix,
++    /dev/tty w,
++
++    /usr/bin/{ba,da,}sh ix,
 +    /usr/bin/bzip2 mr,
-+    /usr/bin/grep mr,
++    /usr/bin/grep mrix,
 +    /usr/bin/gzip mr,
 +    /usr/bin/xz mr,
 +    /usr/bin/zstd mr,
@@ -75,7 +80,7 @@
 +    include <abstractions/base>
 +
 +    /dev/tty rw,
-+    /usr/bin/bash ix,
++    /usr/bin/{ba,da,}sh ix,
 +    /usr/bin/sed mr,
 +
 +  }

Reply via email to