blanket: fix dbus sandboxing
This commit is contained in:
@@ -452,11 +452,6 @@ in
|
|||||||
|
|
||||||
bash-language-server.sandbox.whitelistPwd = true;
|
bash-language-server.sandbox.whitelistPwd = true;
|
||||||
|
|
||||||
blanket.buildCost = 1;
|
|
||||||
blanket.sandbox.whitelistAudio = true;
|
|
||||||
# blanket.sandbox.whitelistDbus.user = true; #< TODO: reduce # TODO: untested
|
|
||||||
blanket.sandbox.whitelistWayland = true;
|
|
||||||
|
|
||||||
bridge-utils.sandbox.net = "all";
|
bridge-utils.sandbox.net = "all";
|
||||||
|
|
||||||
"cacert.unbundled".sandbox.enable = false; #< data only
|
"cacert.unbundled".sandbox.enable = false; #< data only
|
||||||
|
13
hosts/common/programs/blanket.nix
Normal file
13
hosts/common/programs/blanket.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
sane.programs.blanket = {
|
||||||
|
# com.rafaelmardojai.Blanket
|
||||||
|
buildCost = 1;
|
||||||
|
sandbox.whitelistAudio = true;
|
||||||
|
sandbox.whitelistDbus.user.own = [
|
||||||
|
"com.rafaelmardojai.Blanket"
|
||||||
|
"org.mpris.MediaPlayer2.Blanket"
|
||||||
|
];
|
||||||
|
sandbox.whitelistWayland = true;
|
||||||
|
};
|
||||||
|
}
|
@@ -13,6 +13,7 @@
|
|||||||
./avahi.nix
|
./avahi.nix
|
||||||
./bemenu.nix
|
./bemenu.nix
|
||||||
./bitcoin-cli.nix
|
./bitcoin-cli.nix
|
||||||
|
./blanket.nix
|
||||||
./blueberry.nix
|
./blueberry.nix
|
||||||
./blueman.nix
|
./blueman.nix
|
||||||
./bonsai.nix
|
./bonsai.nix
|
||||||
|
Reference in New Issue
Block a user