modules/programs: remove ~/.config/mimeo from sandbox defaults
This commit is contained in:
@@ -62,9 +62,7 @@ let
|
|||||||
vpn.dns
|
vpn.dns
|
||||||
else
|
else
|
||||||
null;
|
null;
|
||||||
allowedHomePaths = builtins.attrNames fs ++ builtins.attrNames persist.byPath ++ sandbox.extraHomePaths ++ [
|
allowedHomePaths = builtins.attrNames fs ++ builtins.attrNames persist.byPath ++ sandbox.extraHomePaths;
|
||||||
".config/mimeo" #< TODO: required, until i fully integrate xdg-open into sandboxing. else, `xdg-open https://...` inifinite-loops.
|
|
||||||
];
|
|
||||||
allowedRootPaths = [
|
allowedRootPaths = [
|
||||||
"/nix/store"
|
"/nix/store"
|
||||||
"/bin/sh"
|
"/bin/sh"
|
||||||
|
Reference in New Issue
Block a user