Update hardening guide to add bind-address flag

Signed-off-by: Guilherme Macedo <guilherme.macedo@suse.com>
This commit is contained in:
Guilherme Macedo
2022-03-15 15:56:02 +01:00
parent 5fc62be54b
commit 34bb682d5f
5 changed files with 7623 additions and 7413 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ get_id_text() {
get_section_ids() {
id=${1}
jq -r --arg id "${id}" '.[] | select(.id==$id) | .checks[].id' ${results_file}
jq -r --arg id "${id}" '.[] | select(.id==$id) | .checks[].id' ${results_file} | sort -V
}
get_section_desc() {