programs: swaylock: *partially* sandbox with capsh

This commit is contained in:
Colin 2024-02-14 05:46:36 +00:00
parent f11e443678
commit 3eb47a9a8d

View File

@ -447,7 +447,8 @@ in
superTux.sandbox.whitelistWayland = true;
superTux.persist.byStore.plaintext = [ ".local/share/supertux2" ];
swaylock.sandbox.enable = false; #< neither landlock nor bwrap works. pam_authenticate failed: invalid credentials. does it rely on SUID?
swaylock.sandbox.method = "capshonly"; #< neither landlock nor bwrap works. pam_authenticate failed: invalid credentials. does it rely on SUID?
swaylock.sandbox.wrapperType = "wrappedDerivation";
tdesktop.persist.byStore.private = [ ".local/share/TelegramDesktop" ];