mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
I2P -> .NET
This commit is contained in:
parent
f176f1909b
commit
fdb0ce6703
272 changed files with 5702 additions and 8931 deletions
|
@ -1,10 +1,10 @@
|
|||
# Basic profile for i2pd
|
||||
# Basic profile for dotnet
|
||||
# Should work without modifications with Ubuntu/Debian packages
|
||||
# Author: Darknet Villain <supervillain@riseup.net>
|
||||
#
|
||||
#include <tunables/global>
|
||||
|
||||
/usr/sbin/i2pd {
|
||||
/usr/sbin/dotnet {
|
||||
#include <abstractions/base>
|
||||
|
||||
network inet dgram,
|
||||
|
@ -22,15 +22,15 @@
|
|||
/run/systemd/resolve/stub-resolv.conf r,
|
||||
|
||||
# path specific (feel free to modify if you have another paths)
|
||||
/etc/i2pd/** r,
|
||||
/run/i2pd/i2pd.pid rwk,
|
||||
/var/lib/i2pd/** rw,
|
||||
/var/log/i2pd/i2pd.log w,
|
||||
/var/run/i2pd/i2pd.pid rwk,
|
||||
/usr/sbin/i2pd mr,
|
||||
/usr/share/i2pd/** r,
|
||||
/etc/dotnet/** r,
|
||||
/run/dotnet/dotnet.pid rwk,
|
||||
/var/lib/dotnet/** rw,
|
||||
/var/log/dotnet/dotnet.log w,
|
||||
/var/run/dotnet/dotnet.pid rwk,
|
||||
/usr/sbin/dotnet mr,
|
||||
/usr/share/dotnet/** r,
|
||||
|
||||
# user homedir (if started not by init.d or systemd)
|
||||
owner @{HOME}/.i2pd/ rw,
|
||||
owner @{HOME}/.i2pd/** rwk,
|
||||
owner @{HOME}/.dotnet/ rw,
|
||||
owner @{HOME}/.dotnet/** rwk,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue