Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2023-10-24 20:07:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Tue Oct 24 20:07:02 2023 rev:302 rq:1119653 version:2.42.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2023-09-26 22:22:37.645856311 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new.24901/git.changes       2023-10-24 
20:07:06.453798621 +0200
@@ -1,0 +2,12 @@
+Mon Oct 23 12:42:40 UTC 2023 - Michal Suchanek <msucha...@suse.com>
+
+- Add rule for /etc/gitconfig in gitweb.cgi apparmor profile (bsc#1216501).
+
+-------------------------------------------------------------------
+Mon Oct 23 12:34:06 UTC 2023 - Christian Boltz <suse-b...@cboltz.de>
+
+- gitweb.cgi AppArmor profile
+  - make the profile a named profile
+  - add local/ include to make custom additions easier
+
+-------------------------------------------------------------------

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

Other differences:
------------------


++++++ usr.share.git-web.gitweb.cgi ++++++
--- /var/tmp/diff_new_pack.aH5FGJ/_old  2023-10-24 20:07:09.709917001 +0200
+++ /var/tmp/diff_new_pack.aH5FGJ/_new  2023-10-24 20:07:09.741918165 +0200
@@ -1,13 +1,13 @@
-# Last Modified: Fri Apr 14 14:11:09 2019
 #include <tunables/global>
 
-/usr/share/gitweb/gitweb.cgi {
+profile gitweb.cgi /usr/share/gitweb/gitweb.cgi {
   #include <abstractions/base>
   #include <abstractions/bash>
   #include <abstractions/nameservice>
   #include <abstractions/perl>
   #include <abstractions/private-files-strict>
 
+  /etc/gitconfig r,
   /{usr/,}bin/bash rix,
   /{usr/,}bin/tar rix,
   /usr/bin/gzip rix,
@@ -29,5 +29,8 @@
   owner /**/ r,
   owner /**/.git/** r,
   owner @{HOME}/.gitconfig r,
+
+  # Site-specific additions and overrides. See local/README for details.
+  include if exists <local/usr.share.git-web.gitweb.cgi>
 }
 

Reply via email to