Merge "Move uniq(1) to toybox."
This commit is contained in:
@@ -147,7 +147,6 @@ var Configuration = map[string]PathConfig{
|
|||||||
"todos": Allowed,
|
"todos": Allowed,
|
||||||
"touch": Allowed,
|
"touch": Allowed,
|
||||||
"tr": Allowed,
|
"tr": Allowed,
|
||||||
"uniq": Allowed,
|
|
||||||
"unix2dos": Allowed,
|
"unix2dos": Allowed,
|
||||||
"unzip": Allowed,
|
"unzip": Allowed,
|
||||||
"wc": Allowed,
|
"wc": Allowed,
|
||||||
@@ -177,6 +176,7 @@ var Configuration = map[string]PathConfig{
|
|||||||
"id": Toybox,
|
"id": Toybox,
|
||||||
"true": Toybox,
|
"true": Toybox,
|
||||||
"uname": Toybox,
|
"uname": Toybox,
|
||||||
|
"uniq": Toybox,
|
||||||
"whoami": Toybox,
|
"whoami": Toybox,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user