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:
parent
e9b6b3123d
commit
a71c60bfe4
@ -126,6 +126,7 @@ in {
|
|||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = "10s";
|
RestartSec = "10s";
|
||||||
ReadWritePaths = cfg.dataDir;
|
ReadWritePaths = cfg.dataDir;
|
||||||
|
ProcSubset = "all"; # Fulcrum requires read access to /proc/meminfo
|
||||||
} // nbLib.allowedIPAddresses cfg.tor.enforce;
|
} // nbLib.allowedIPAddresses cfg.tor.enforce;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user