i2pd/contrib/apparmor/usr.bin.i2pd

26 lines
692 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>
profile i2pd /{usr/,}bin/i2pd {
2017-02-10 21:51:19 +03:00
#include <abstractions/base>
#include <abstractions/openssl>
#include <abstractions/nameservice>
2017-02-10 21:51:19 +03:00
# path specific (feel free to modify if you have another paths)
/etc/i2pd/** r,
/var/lib/i2pd/** rw,
2018-01-29 03:47:43 +03:00
/var/log/i2pd/i2pd.log w,
/{var/,}run/i2pd/i2pd.pid rwk,
/{usr/,}bin/i2pd mr,
@{system_share_dirs}/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,
#include if exists <local/usr.bin.i2pd>
2017-02-10 21:51:19 +03:00
}