mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-26 10:10:24 +01:00
Merge 66d2c51c25
into 5dadecba03
This commit is contained in:
commit
8374098898
1 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,16 @@ SendSIGKILL=yes
|
||||||
LimitNOFILE=8192
|
LimitNOFILE=8192
|
||||||
# To enable write of coredump uncomment this
|
# To enable write of coredump uncomment this
|
||||||
#LimitCORE=infinity
|
#LimitCORE=infinity
|
||||||
|
#hardening
|
||||||
|
ProtectControlGroups=true
|
||||||
|
ProtectKernelModules=true
|
||||||
|
ProtectKernelTunables=true
|
||||||
|
NoNewPrivileges=true
|
||||||
|
RestrictNamespaces=true
|
||||||
|
ProtectSystem=full
|
||||||
|
ReadWritePaths=-/var/lib/i2pd
|
||||||
|
ReadWritePaths=-/run/i2pd
|
||||||
|
ReadWritePaths=-/etc/i2pd
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue