gitweb does not create snapshots because of AppArmor

Hi,

In openSUSE 13.2 out of the box “git-web” can’t create snapshots until AppArmor is disabled.

Does anyone know what should I put into /etc/apparmor.d/usr.share.git-web.gitweb.cgi to allow snaphots?

Thanks

The following lines must be added to /etc/apparmor.d/usr.share.git-web.gitweb.cgi :

/usr/bin/gzip rix, 
/usr/bin/bzip2 rix, 
/usr/bin/zip rix, 
/bin/tar rix,

Reported a bug: https://bugzilla.opensuse.org/show_bug.cgi?id=905707