Merge "Remove perl from the allowed PATH tools list"
This commit is contained in:
@@ -41,8 +41,8 @@ var Forbidden = PathConfig{
|
|||||||
|
|
||||||
var Log = PathConfig{
|
var Log = PathConfig{
|
||||||
Symlink: true,
|
Symlink: true,
|
||||||
Log: true,
|
Log: true,
|
||||||
Error: false,
|
Error: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
// The configuration used if the tool is not listed in the config below.
|
// The configuration used if the tool is not listed in the config below.
|
||||||
@@ -110,7 +110,6 @@ var Configuration = map[string]PathConfig{
|
|||||||
"openssl": Allowed,
|
"openssl": Allowed,
|
||||||
"paste": Allowed,
|
"paste": Allowed,
|
||||||
"patch": Allowed,
|
"patch": Allowed,
|
||||||
"perl": Log,
|
|
||||||
"pgrep": Allowed,
|
"pgrep": Allowed,
|
||||||
"pkill": Allowed,
|
"pkill": Allowed,
|
||||||
"ps": Allowed,
|
"ps": Allowed,
|
||||||
|
Reference in New Issue
Block a user