mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-23 11:04:32 +02:00
debian dependencies fix, rephrasing, revision bump 1.0-8.
This commit is contained in:
@ -48,7 +48,7 @@ set_sysctl_param() {
|
||||
# Dmesg
|
||||
#
|
||||
|
||||
does_pattern_exists_in_dmesg() {
|
||||
does_pattern_exist_in_dmesg() {
|
||||
local PATTERN=$1
|
||||
if $(dmesg | grep -qE "$PATTERN"); then
|
||||
FNRET=0
|
||||
@ -95,7 +95,7 @@ has_file_correct_permissions() {
|
||||
fi
|
||||
}
|
||||
|
||||
does_pattern_exists_in_file() {
|
||||
does_pattern_exist_in_file() {
|
||||
local FILE=$1
|
||||
local PATTERN=$2
|
||||
|
||||
|
Reference in New Issue
Block a user