joinmarket-ob-watcher: allow required 'mbind' system call

This commit is contained in:
Erik Arvstedt 2021-08-05 00:49:05 +02:00
parent ca64a4a64f
commit 161baa7e68
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 0 deletions

View File

@ -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;