aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/build/paths/config.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go
index 32934ff5..7e0c60ce 100644
--- a/ui/build/paths/config.go
+++ b/ui/build/paths/config.go
@@ -76,6 +76,7 @@ func GetConfig(name string) PathConfig {
var Configuration = map[string]PathConfig{
"bash": Allowed,
"bc": Allowed,
+ "bison": Allowed,
"bzip2": Allowed,
"date": Allowed,
"dd": Allowed,
@@ -83,6 +84,7 @@ var Configuration = map[string]PathConfig{
"egrep": Allowed,
"expr": Allowed,
"find": Allowed,
+ "flex": Allowed,
"fuser": Allowed,
"getopt": Allowed,
"git": Allowed,
@@ -94,6 +96,9 @@ var Configuration = map[string]PathConfig{
"javap": Allowed,
"lsof": Allowed,
"m4": Allowed,
+ "msgfmt": Allowed,
+ "msgmerge": Allowed,
+ "nano": Allowed,
"nproc": Allowed,
"openssl": Allowed,
"patch": Allowed,
@@ -108,6 +113,7 @@ var Configuration = map[string]PathConfig{
"timeout": Allowed,
"tr": Allowed,
"unzip": Allowed,
+ "xgettext": Allowed,
"xz": Allowed,
"zip": Allowed,
"zipinfo": Allowed,