mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
692 B
26 lines
692 B
7 years ago
|
# Basic profile for i2pd
|
||
8 years ago
|
# Should work without modifications with Ubuntu/Debian packages
|
||
|
# Author: Darknet Villain <supervillain@riseup.net>
|
||
|
#
|
||
|
#include <tunables/global>
|
||
|
|
||
3 months ago
|
profile i2pd /{usr/,}bin/i2pd {
|
||
8 years ago
|
#include <abstractions/base>
|
||
4 years ago
|
#include <abstractions/openssl>
|
||
|
#include <abstractions/nameservice>
|
||
8 years ago
|
|
||
|
# path specific (feel free to modify if you have another paths)
|
||
|
/etc/i2pd/** r,
|
||
|
/var/lib/i2pd/** rw,
|
||
7 years ago
|
/var/log/i2pd/i2pd.log w,
|
||
4 years ago
|
/{var/,}run/i2pd/i2pd.pid rwk,
|
||
3 months ago
|
/{usr/,}bin/i2pd mr,
|
||
4 years ago
|
@{system_share_dirs}/i2pd/** r,
|
||
8 years ago
|
|
||
7 years ago
|
# user homedir (if started not by init.d or systemd)
|
||
7 years ago
|
owner @{HOME}/.i2pd/ rw,
|
||
|
owner @{HOME}/.i2pd/** rwk,
|
||
4 years ago
|
|
||
3 months ago
|
#include if exists <local/usr.bin.i2pd>
|
||
8 years ago
|
}
|