mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-24 14:31:24 +01:00
FIX(4.1.17): fix typo leading to false positive
This commit is contained in:
parent
3560f67e3f
commit
233f75023a
@ -17,7 +17,7 @@ HARDENING_LEVEL=4
|
||||
# shellcheck disable=2034
|
||||
DESCRIPTION="Collect kernel module loading and unloading."
|
||||
|
||||
AUDIT_PARAMS='-w /sbin/insmod -p x -k modules
|
||||
AUDIT_PARAMS='-w /sbin/insmod -p x -k modules
|
||||
-w /sbin/rmmod -p x -k modules
|
||||
-w /sbin/modprobe -p x -k modules
|
||||
-a always,exit -F arch=b64 -S init_module -S delete_module -k modules'
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
cis-hardening (2.1-6) unstable; urgency=medium
|
||||
|
||||
* Fix typo in 4.1.17 that leads to false positive
|
||||
|
||||
-- Thibault Ayanides <thibault.ayanides@ovhcloud.com> Mon, 04 Jan 2021 08:11:29 +0100
|
||||
|
||||
cis-hardening (2.1-5) unstable; urgency=medium
|
||||
|
||||
* Fix various shellcheck warnrings and errors
|
||||
|
Loading…
Reference in New Issue
Block a user