From 904515b020afdd8ea5c0180911708b56eddf0738 Mon Sep 17 00:00:00 2001 From: aitbc Date: Wed, 15 Apr 2026 08:36:34 +0200 Subject: [PATCH] Remove ProtectSystem and ReadWritePaths security settings from blockchain node systemd service - Remove ProtectSystem=strict to allow broader filesystem access - Remove ReadWritePaths directive as it's no longer needed without ProtectSystem --- systemd/aitbc-blockchain-node.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/systemd/aitbc-blockchain-node.service b/systemd/aitbc-blockchain-node.service index 5972c507..88f559ca 100644 --- a/systemd/aitbc-blockchain-node.service +++ b/systemd/aitbc-blockchain-node.service @@ -30,9 +30,7 @@ SyslogIdentifier=aitbc-blockchain-production # Production security NoNewPrivileges=true -ProtectSystem=strict ProtectHome=true -ReadWritePaths=/var/lib/aitbc/data /var/log/aitbc/production/blockchain # Production performance LimitNOFILE=65536