fulcrum: allow access to `/proc/meminfo`

This still hides the proc subdirectories for other processes.

Without this setting, fulcrum fails when the config value of
`fast-sync` is greater than 2^31 bytes.
This commit is contained in:
Erik Arvstedt 2023-01-21 13:14:28 +01:00 committed by Greg Shuflin
parent e9b6b3123d
commit a71c60bfe4
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ in {
Restart = "on-failure";
RestartSec = "10s";
ReadWritePaths = cfg.dataDir;
ProcSubset = "all"; # Fulcrum requires read access to /proc/meminfo
} // nbLib.allowedIPAddresses cfg.tor.enforce;
};