2009-01-08 18:10:09 +01:00
|
|
|
# Last Modified: Fri Dec 19 11:03:49 2008
|
|
|
|
#include <tunables/global>
|
|
|
|
|
2010-09-27 16:02:12 +02:00
|
|
|
/usr/share/gitweb/gitweb.cgi {
|
2009-01-08 18:10:09 +01:00
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/bash>
|
|
|
|
#include <abstractions/nameservice>
|
|
|
|
#include <abstractions/perl>
|
|
|
|
|
|
|
|
/bin/bash rix,
|
2014-11-24 11:18:04 +01:00
|
|
|
/bin/tar rix,
|
|
|
|
/usr/bin/gzip rix,
|
|
|
|
/usr/bin/bzip2 rix,
|
|
|
|
/usr/bin/zip rix,
|
2009-01-08 18:10:09 +01:00
|
|
|
/dev/tty rw,
|
|
|
|
/etc/gitweb.conf r,
|
|
|
|
/etc/mime.types r,
|
|
|
|
/proc/meminfo r,
|
|
|
|
/proc/sys/kernel/ngroups_max r,
|
|
|
|
/srv/git/ r,
|
|
|
|
/srv/git/** r,
|
|
|
|
/usr/bin/perl ix,
|
2009-10-03 03:33:25 +02:00
|
|
|
/usr/lib/git/git rix,
|
|
|
|
/usr/bin/git-receive-pack rix,
|
2010-09-27 16:02:12 +02:00
|
|
|
/usr/share/gitweb/* r,
|
|
|
|
/usr/share/gitweb/static/* r,
|
2009-01-08 18:10:09 +01:00
|
|
|
}
|