pactl: sandbox

This commit is contained in:
2024-07-04 11:18:06 +00:00
parent 110c440697
commit 2dba46da6b

View File

@@ -2,5 +2,7 @@
{
sane.programs.pactl = {
packageUnwrapped = pkgs.linkIntoOwnPackage pkgs.pulseaudio "bin/pactl";
sandbox.method = "bwrap";
sandbox.whitelistAudio = true;
};
}