diff options
| author | 2022-03-04 16:01:52 +0000 | |
|---|---|---|
| committer | 2022-03-04 16:01:52 +0000 | |
| commit | 376cd24d140a03bae0495252780be7094eb5b22f (patch) | |
| tree | 2c40944ba254f8d70958aa1bd4abcc3f1cabf516 | |
| parent | 7010c53c5057fdbc7b035b6768291eac7968fcb3 (diff) | |
| parent | 9eb43e26c4e4eb4cbfb77bbaa2a36fe43ecb9e89 (diff) | |
Merge "Allowlist stubby to be run within the path imposer"
| -rw-r--r-- | ui/build/paths/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 81c500d2b..831a80f97 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -91,6 +91,7 @@ var Configuration = map[string]PathConfig{ "pstree": Allowed, "rsync": Allowed, "sh": Allowed, + "stubby": Allowed, "tr": Allowed, "unzip": Allowed, "zip": Allowed, |