pipewire: sandbox with bunpen
This commit is contained in:
@@ -55,7 +55,7 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
# sandbox.method = "landlock"; #< works, including without rtkit
|
# sandbox.method = "landlock"; #< works, including without rtkit
|
||||||
sandbox.method = "bwrap"; #< also works, but can't claim the full scheduling priority it wants
|
sandbox.method = "bunpen"; #< also works, but can't claim the full scheduling priority it wants
|
||||||
sandbox.whitelistAudio = true;
|
sandbox.whitelistAudio = true;
|
||||||
# sandbox.whitelistDbus = [
|
# sandbox.whitelistDbus = [
|
||||||
# # dbus is used for rtkit integration
|
# # dbus is used for rtkit integration
|
||||||
@@ -80,6 +80,7 @@ in
|
|||||||
"/dev/video0"
|
"/dev/video0"
|
||||||
"/dev/video1"
|
"/dev/video1"
|
||||||
"/dev/video2"
|
"/dev/video2"
|
||||||
|
"/proc" #< because of isolatePids=false
|
||||||
];
|
];
|
||||||
sandbox.extraHomePaths = [
|
sandbox.extraHomePaths = [
|
||||||
# pulseaudio cookie
|
# pulseaudio cookie
|
||||||
|
Reference in New Issue
Block a user