mirror of
https://github.com/ovh/debian-cis.git
synced 2024-11-22 05:27:01 +01:00
fix(99.4): do not stderr iptables warning on buster
This commit is contained in:
parent
13783423c2
commit
89cf484cb9
@ -26,7 +26,7 @@ audit () {
|
||||
if [ "$FNRET" != 0 ]; then
|
||||
crit "$PACKAGE is not installed!"
|
||||
else
|
||||
ipt=$($SUDO_CMD $PACKAGE -nL || true )
|
||||
ipt=$($SUDO_CMD $PACKAGE -nL 2>/dev/null || true )
|
||||
if [[ -z $ipt ]]; then
|
||||
crit "Empty return from $PACKAGE command. Aborting..."
|
||||
return
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
cis-hardening (1.2-5) unstable; urgency=medium
|
||||
|
||||
* fix(99.4): do not stderr iptables warning on buster
|
||||
|
||||
-- Kevin Tanguy <kevin.tanguy@ovh.net> Wed, 14 Aug 2019 10:34:15 +0200
|
||||
|
||||
cis-hardening (1.2-4) unstable; urgency=medium
|
||||
|
||||
* changelog: update changelog
|
||||
|
Loading…
Reference in New Issue
Block a user