joinmarket-ob-watcher: allow required 'mbind' system call
This commit is contained in:
parent
ca64a4a64f
commit
161baa7e68
@ -80,6 +80,7 @@ in {
|
||||
${nbPkgs.joinmarket}/bin/ob-watcher --datadir=${cfg.dataDir} \
|
||||
--host=${cfg.address} --port=${toString cfg.port}
|
||||
'';
|
||||
SystemCallFilter = nbLib.defaultHardening.SystemCallFilter ++ [ "mbind" ] ;
|
||||
Restart = "on-failure";
|
||||
RestartSec = "10s";
|
||||
} // nbLib.allowTor;
|
||||
|
Loading…
Reference in New Issue
Block a user