sway: enable net access in the sandbox (for Xwayland)

This commit is contained in:
2024-03-03 10:09:29 +00:00
parent 0affeb098a
commit 9513680538

View File

@@ -145,6 +145,7 @@ in
sandbox.method = "bwrap";
sandbox.wrapperType = "inplace";
sandbox.net = "clearnet"; #< for Xwayland (TODO: separate!)
sandbox.whitelistAudio = true; # it runs playerctl directly
sandbox.whitelistDbus = [ "system" "user" ]; # to e.g. launch apps
sandbox.whitelistDri = true;