callaudiod: sandbox

This commit is contained in:
2024-07-05 23:12:16 +00:00
parent 5e5ecfe81e
commit a08394edf1

View File

@@ -13,7 +13,7 @@
sane.programs.callaudiod = {
packageUnwrapped = pkgs.rmDbusServices pkgs.callaudiod;
# probably more needed once i enable proper sandboxing, but for now this ensures the service isn't started too early!
sandbox.method = "bwrap";
sandbox.whitelistAudio = true;
sandbox.whitelistDbus = [ "user" ];