Remove ProtectSystem and ReadWritePaths security settings from blockchain node systemd service
Some checks failed
Systemd Sync / sync-systemd (push) Has been cancelled
Some checks failed
Systemd Sync / sync-systemd (push) Has been cancelled
- Remove ProtectSystem=strict to allow broader filesystem access - Remove ReadWritePaths directive as it's no longer needed without ProtectSystem
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user