From b2201c78860906004850eef174e13b88b6b8ba63 Mon Sep 17 00:00:00 2001 From: cristgl Date: Wed, 13 Nov 2019 12:29:55 -0800 Subject: [PATCH] Fix path of file --- sca/debian/cis_debian8_L2.yml | 2 +- sca/debian/cis_debian9_L2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sca/debian/cis_debian8_L2.yml b/sca/debian/cis_debian8_L2.yml index 50dfd78dd..1e1d29243 100644 --- a/sca/debian/cis_debian8_L2.yml +++ b/sca/debian/cis_debian8_L2.yml @@ -263,7 +263,7 @@ checks: - 'f:/etc/audit/audit.rules -> r:^-w && r:/etc/issue && r:-p wa && r:-k system-locale' - 'f:/etc/audit/audit.rules -> r:^-w && r:/etc/issue.net && r:-p wa && r:-k system-locale' - 'f:/etc/audit/audit.rules -> r:^-w && r:/etc/hosts && r:-p wa && r:-k system-locale' - - 'f:/etc/audit/audit.rules -> r:^-w && r:/etc/sysconfig/network && r:-p wa && r:-k system-locale' + - 'f:/etc/audit/audit.rules -> r:^-w && r:/etc/network && r:-p wa && r:-k system-locale' - id: 2516 title: "Ensure events that modify the system's Mandatory Access Controls are collected (SELinux)" diff --git a/sca/debian/cis_debian9_L2.yml b/sca/debian/cis_debian9_L2.yml index 09157c062..bb7e792de 100644 --- a/sca/debian/cis_debian9_L2.yml +++ b/sca/debian/cis_debian9_L2.yml @@ -261,7 +261,7 @@ checks: - 'f:/etc/audit/audit.rules -> r:^-w && r:/etc/issue && r:-p wa && r:-k system-locale' - 'f:/etc/audit/audit.rules -> r:^-w && r:/etc/issue.net && r:-p wa && r:-k system-locale' - 'f:/etc/audit/audit.rules -> r:^-w && r:/etc/hosts && r:-p wa && r:-k system-locale' - - 'f:/etc/audit/audit.rules -> r:^-w && r:/etc/sysconfig/network && r:-p wa && r:-k system-locale' + - 'f:/etc/audit/audit.rules -> r:^-w && r:/etc/network && r:-p wa && r:-k system-locale' - id: 3516 title: "Ensure events that modify the system's Mandatory Access Controls are collected (SELinux)"