tweak to debian apparmor rules

This commit is contained in:
kytv
2015-04-17 14:15:05 +00:00
parent 13d5a36cfc
commit 341bd6d7ca
2 changed files with 3 additions and 0 deletions

2
debian/apparmor/i2p vendored
View File

@ -14,6 +14,8 @@ network inet6 stream,
@{PROC} r, @{PROC} r,
owner @{PROC}/[0-9]*/ r, owner @{PROC}/[0-9]*/ r,
owner @{PROC}/[0-9]*/status r, owner @{PROC}/[0-9]*/status r,
@{PROC}/[0-9]*/net/ipv6_route r,
@{PROC}/[0-9]*/net/if_inet6 r,
/dev/random r, /dev/random r,
/dev/urandom r, /dev/urandom r,
/sys/devices/system/cpu/ r, /sys/devices/system/cpu/ r,

View File

@ -27,6 +27,7 @@
/bin/uname rix, /bin/uname rix,
/bin/which rix, /bin/which rix,
/etc/default/i2p r, /etc/default/i2p r,
/etc/lsb-release r,
/usr/bin/{,g,m}awk rix, /usr/bin/{,g,m}awk rix,
/usr/bin/cut rix, /usr/bin/cut rix,