curl: sandbox
This commit is contained in:
@@ -39,6 +39,7 @@ in
|
||||
"btrfs-progs"
|
||||
"cacert.unbundled" # some services require unbundled /etc/ssl/certs
|
||||
"cryptsetup"
|
||||
"curl"
|
||||
"ddrescue"
|
||||
"dig"
|
||||
"dtc" # device tree [de]compiler
|
||||
|
8
hosts/common/programs/curl.nix
Normal file
8
hosts/common/programs/curl.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
sane.programs.curl = {
|
||||
sandbox.method = "bwrap";
|
||||
sandbox.net = "all";
|
||||
sandbox.autodetectCliPaths = "parent"; #< for `-o` option
|
||||
};
|
||||
}
|
@@ -26,6 +26,7 @@
|
||||
./conky
|
||||
./cozy.nix
|
||||
./cups.nix
|
||||
./curl.nix
|
||||
./curlftpfs.nix
|
||||
./dbus.nix
|
||||
./dconf.nix
|
||||
|
Reference in New Issue
Block a user