i2pd/contrib/apparmor/usr.sbin.i2pd

35 lines
800 B
Plaintext
Raw Normal View History

2018-01-06 06:48:51 +03:00
# Basic profile for i2pd
2017-02-10 21:51:19 +03:00
# Should work without modifications with Ubuntu/Debian packages
# Author: Darknet Villain <supervillain@riseup.net>
#
#include <tunables/global>
/usr/sbin/i2pd {
#include <abstractions/base>
network inet dgram,
network inet stream,
network inet6 dgram,
network inet6 stream,
network netlink raw,
/etc/gai.conf r,
/etc/host.conf r,
/etc/hosts r,
/etc/nsswitch.conf r,
/run/resolvconf/resolv.conf r,
# path specific (feel free to modify if you have another paths)
/etc/i2pd/** r,
2018-01-29 03:47:43 +03:00
/run/i2pd/i2pd.pid rw,
2017-02-10 21:51:19 +03:00
/var/lib/i2pd/** rw,
2018-01-29 03:47:43 +03:00
/var/log/i2pd/i2pd.log w,
2017-02-10 21:51:19 +03:00
/var/run/i2pd/i2pd.pid rw,
/usr/sbin/i2pd mr,
2018-01-29 03:47:43 +03:00
/usr/share/i2pd/** r,
2017-02-10 21:51:19 +03:00
2018-01-29 04:13:33 +03:00
# user homedir (if started not by init.d or systemd)
2018-01-30 17:30:01 +03:00
owner @{HOME}/.i2pd/ rw,
owner @{HOME}/.i2pd/** rwk,
2017-02-10 21:51:19 +03:00
}