findutils: remove sandboxing, it doesnt make sense

This commit is contained in:
2024-10-17 21:44:02 +00:00
parent 0c85d73466
commit 30cd1c06ba
2 changed files with 8 additions and 8 deletions

View File

@@ -557,13 +557,14 @@ in
file.sandbox.autodetectCliPaths = "existing"; #< file OR directory, yes
findutils.sandbox.autodetectCliPaths = "existing";
findutils.sandbox.whitelistPwd = true;
findutils.sandbox.extraHomePaths = [
# let it follow symlinks to non-sensitive data
".persist/ephemeral"
".persist/plaintext"
];
findutils.sandbox.enable = false; #< `find -exec FOO`, needs to exec arbitrary commands
# findutils.sandbox.autodetectCliPaths = "existing";
# findutils.sandbox.whitelistPwd = true;
# findutils.sandbox.extraHomePaths = [
# # let it follow symlinks to non-sensitive data
# ".persist/ephemeral"
# ".persist/plaintext"
# ];
font-manager.buildCost = 1;
font-manager.sandbox.whitelistWayland = true;

View File

@@ -159,7 +159,6 @@ in
# really i should sandbox just the utilities
"sane-scripts.secrets-update-keys".sandbox.method = null;
"sane-scripts.secrets-update-keys".suggestedPrograms = [
"findutils"
"sops"
];