allow user scripts installed to cgi-bin to be executed

This commit is contained in:
kytv
2015-05-21 16:46:19 +00:00
parent 7584346c82
commit e4798b9ed8
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ profile system_i2p {
#include <abstractions/i2p>
owner /{,lib/live/mount/overlay/}var/lib/i2p/** rwkl,
owner /{,lib/live/mount/overlay/}var/lib/i2p/i2p-config/eepsite/cgi-bin rix,
owner /{,lib/live/mount/overlay/}var/log/i2p/* rw,
owner /{,var/}run/i2p/{i2p,routerjvm}.pid rw,

View File

@ -40,7 +40,8 @@
@{HOME}/.java/fonts/** r,
owner @{HOME}/.i2p/ rw,
owner @{HOME}/.i2p/** rwk,
owner @{HOME}/.i2p/** rwkl,
owner @{HOME}/.i2p/eepsite/cgi-bin/** rix,
# Prevent spamming the logs
deny owner @{HOME}/.java/ wk,