|
|
575137 |
From a48519159189c7b1c48bcdbd48908fbfd60e2829 Mon Sep 17 00:00:00 2001
|
|
|
575137 |
From: Watson Sato <wsato@redhat.com>
|
|
|
575137 |
Date: Tue, 12 Feb 2019 18:27:35 +0100
|
|
|
575137 |
Subject: [PATCH] Check for software updates in RHEL8 profiles
|
|
|
575137 |
|
|
|
575137 |
---
|
|
|
575137 |
rhel8/profiles/ospp.profile | 1 +
|
|
|
575137 |
rhel8/profiles/pci-dss.profile | 1 +
|
|
|
575137 |
2 files changed, 2 insertions(+)
|
|
|
575137 |
|
|
|
575137 |
diff --git a/rhel8/profiles/ospp.profile b/rhel8/profiles/ospp.profile
|
|
|
575137 |
index 4c8fe02f1..4e3302be4 100644
|
|
|
575137 |
--- a/rhel8/profiles/ospp.profile
|
|
|
575137 |
+++ b/rhel8/profiles/ospp.profile
|
|
|
575137 |
@@ -187,6 +187,7 @@ selections:
|
|
|
575137 |
- audit_rules_kernel_module_loading_insmod
|
|
|
575137 |
- audit_rules_kernel_module_loading_modprobe
|
|
|
575137 |
- audit_rules_kernel_module_loading_rmmod
|
|
|
575137 |
+ - security_patches_up_to_date
|
|
|
575137 |
- audit_rules_etc_passwd_open
|
|
|
575137 |
- audit_rules_etc_passwd_openat
|
|
|
575137 |
- audit_rules_etc_passwd_open_by_handle_at
|
|
|
575137 |
diff --git a/rhel8/profiles/pci-dss.profile b/rhel8/profiles/pci-dss.profile
|
|
|
575137 |
index ec901d84c..162de0d9d 100644
|
|
|
575137 |
--- a/rhel8/profiles/pci-dss.profile
|
|
|
575137 |
+++ b/rhel8/profiles/pci-dss.profile
|
|
|
575137 |
@@ -112,6 +112,7 @@ selections:
|
|
|
575137 |
- ensure_redhat_gpgkey_installed
|
|
|
575137 |
- ensure_gpgcheck_globally_activated
|
|
|
575137 |
- ensure_gpgcheck_never_disabled
|
|
|
575137 |
+ - security_patches_up_to_date
|
|
|
575137 |
- smartcard_auth
|
|
|
575137 |
- set_password_hashing_algorithm_systemauth
|
|
|
575137 |
- set_password_hashing_algorithm_logindefs
|