wireplumber: note when sandbox might require net connection

This commit is contained in:
2024-11-19 10:24:54 +00:00
parent 1b7c9cf2a0
commit 92faecc7c7

View File

@@ -13,6 +13,7 @@
sandbox.whitelistAudio = true;
sandbox.whitelistAvDev = true;
# sandbox.keepPids = true; #< needed if i want rtkit to grant this higher scheduling priority
# sandbox.net = "all"; #< needed if you want to plug audio devices at runtime (udev; AF_NETLINK)
suggestedPrograms = [ "alsa-ucm-conf" ];