1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

update apparmor profile

This commit is contained in:
R4SAS 2018-01-29 03:47:43 +03:00
parent b00ff43be7
commit 20b4f6b24d

View File

@ -21,10 +21,11 @@
# path specific (feel free to modify if you have another paths) # path specific (feel free to modify if you have another paths)
/etc/i2pd/** r, /etc/i2pd/** r,
/run/i2pd/i2pd.pid rw,
/var/lib/i2pd/** rw, /var/lib/i2pd/** rw,
/var/log/i2pd.log w, /var/log/i2pd/i2pd.log w,
/var/run/i2pd/i2pd.pid rw, /var/run/i2pd/i2pd.pid rw,
/usr/sbin/i2pd mr, /usr/sbin/i2pd mr,
/usr/share/i2pd/** r,
} }