programs: pstree: sandbox

This commit is contained in:
Colin 2024-02-16 06:57:45 +00:00
parent d53344d527
commit 114a45f347

View File

@ -524,6 +524,12 @@ in
"/sys/kernel"
];
pstree.sandbox.method = "landlock";
pstree.sandbox.wrapperType = "wrappedDerivation";
pstree.sandbox.extraPaths = [
"/proc"
];
pwvucontrol.sandbox.method = "bwrap";
pwvucontrol.sandbox.wrapperType = "wrappedDerivation";
pwvucontrol.sandbox.whitelistAudio = true;