aboutsummaryrefslogtreecommitdiffstats
path: root/ui/build
diff options
context:
space:
mode:
Diffstat (limited to 'ui/build')
-rw-r--r--ui/build/paths/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index e2e4368a..1bcbec1f 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -78,7 +78,6 @@ var Configuration = map[string]PathConfig{
"bash": Allowed,
"bc": Allowed,
"bzip2": Allowed,
- "chmod": Allowed,
"cp": Allowed,
"date": Allowed,
"dd": Allowed,
@@ -154,6 +153,7 @@ var Configuration = map[string]PathConfig{
// On linux we'll use the toybox version of these instead
"basename": Toybox,
"cat": Toybox,
+ "chmod": Toybox,
"cmp": Toybox,
"comm": Toybox,
"cut": Toybox,