swaync-fbcli: sandbox (experimental)

This commit is contained in:
Colin 2024-05-27 00:11:20 +00:00
parent 62b2eb874c
commit d46fa8a242

View File

@ -45,6 +45,12 @@ in
"util-linux"
];
};
sandbox.method = "bwrap";
sandbox.whitelistDbus = [ "user" ];
sandbox.extraConfig = [
# `swaync-fbcli stop` needs to be able to find the corresponding `swaync-fbcli start` process
"--sanebox-keep-namespace" "pid"
];
};
sane.programs.swaynotificationcenter = {