committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-08-25 12:49:04 +03:00
parent 043d1d9b09
commit f775df42c4
7 changed files with 72 additions and 9 deletions

View File

@@ -126,13 +126,13 @@ symbols = {
}
"ARC_REJECT" {
weight = 2.0;
weight = 1.0;
description = "ARC checks failed";
groups = ["arc"];
}
"ARC_INVALID" {
weight = 1.0;
weight = 0.5;
description = "ARC structure invalid";
groups = ["arc"];
}