vlc: sandbox with bwrap instead of firejail

This commit is contained in:
Colin 2024-01-24 05:19:20 +00:00
parent 8484bb7978
commit f8e8d23857

View File

@ -10,7 +10,10 @@ let
in
{
sane.programs.vlc = {
sandbox.method = "firejail";
sandbox.method = "bwrap";
sandbox.extraConfig = [
"--sane-sandbox-autodetect"
];
persist.byStore.private = [
# vlc remembers play position in ~/.config/vlc/vlc-qt-interface.conf
# filenames are stored in plaintext (unlike mpv, which i think hashes them)