Dirk Mueller
483dbc7bc8
* Revert the "git patch-id" change that went into 2.46.1, as it seems to have got a regression reported (I haven't verified, but it is better to keep a known breakage than adding an unintended regression). * In a few corner cases "git diff --exit-code" failed to report "changes" (e.g., renamed without any content change), which has been corrected. * The interpret-trailers command failed to recognise the end of the message when the commit log ends in an incomplete line. OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=658
37 lines
918 B
Python
37 lines
918 B
Python
#include <tunables/global>
|
|
|
|
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,
|
|
/usr/bin/bzip2 rix,
|
|
/usr/bin/zip rix,
|
|
/dev/tty rw,
|
|
/etc/gitweb.conf r,
|
|
/etc/gitweb-common.conf r,
|
|
/etc/mime.types r,
|
|
/proc/loadavg r,
|
|
/proc/meminfo r,
|
|
/proc/sys/kernel/ngroups_max r,
|
|
/srv/git/ r,
|
|
/srv/git/** r,
|
|
/usr/bin/perl ix,
|
|
/usr/libexec/git/git rix,
|
|
/usr/bin/git-receive-pack rix,
|
|
/usr/share/gitweb/* r,
|
|
/usr/share/gitweb/static/* r,
|
|
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>
|
|
}
|