This commit is contained in:
Darkcyankitty 2025-10-22 16:58:29 +00:00 committed by GitHub
commit 5300744463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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