22 lines
809 B
Diff
22 lines
809 B
Diff
From 2452c1c69e6bda3b6130d8cf80c69c711c438fd0 Mon Sep 17 00:00:00 2001
|
|
From: Gabriel Becker <ggasparb@redhat.com>
|
|
Date: Wed, 7 Jul 2021 18:59:10 +0200
|
|
Subject: [PATCH] Select two more rules in RHEL7 STIG.
|
|
|
|
- sysctl_net_ipv4_conf_all_rp_filter
|
|
- sysctl_net_ipv4_conf_default_rp_filter
|
|
---
|
|
products/rhel7/profiles/stig.profile | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/products/rhel7/profiles/stig.profile b/products/rhel7/profiles/stig.profile
|
|
index 23635ffed91..78133180ecc 100644
|
|
--- a/products/rhel7/profiles/stig.profile
|
|
+++ b/products/rhel7/profiles/stig.profile
|
|
@@ -314,3 +314,5 @@ selections:
|
|
- package_MFEhiplsm_installed
|
|
- file_ownership_var_log_audit
|
|
- file_permissions_var_log_audit
|
|
+ - sysctl_net_ipv4_conf_all_rp_filter
|
|
+ - sysctl_net_ipv4_conf_default_rp_filter
|