ac5b9ee8a7
Resolves: rhbz#2060049
61 lines
2.4 KiB
Diff
61 lines
2.4 KiB
Diff
From b44f64edb4ff2631c7cda02866a07f1eb8888073 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= <jcerny@redhat.com>
|
|
Date: Fri, 1 Jul 2022 14:55:53 +0200
|
|
Subject: [PATCH] Remove rule zip_vsyscall_argument
|
|
|
|
According to
|
|
https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html?highlight=vsyscall
|
|
vsyscall is applicable to X86-64 but ZIPl is used only on
|
|
s390x on RHEL, and likely on other OSes as well.
|
|
|
|
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2060049
|
|
---
|
|
products/rhel8/profiles/ospp.profile | 3 ---
|
|
products/rhel9/profiles/ospp.profile | 1 -
|
|
tests/data/profile_stability/rhel8/ospp.profile | 3 ---
|
|
3 files changed, 7 deletions(-)
|
|
|
|
diff --git a/products/rhel8/profiles/ospp.profile b/products/rhel8/profiles/ospp.profile
|
|
index e6a0dd75020..235ab3dcfad 100644
|
|
--- a/products/rhel8/profiles/ospp.profile
|
|
+++ b/products/rhel8/profiles/ospp.profile
|
|
@@ -437,6 +437,3 @@ selections:
|
|
- zipl_audit_backlog_limit_argument
|
|
- zipl_slub_debug_argument
|
|
- zipl_page_poison_argument
|
|
- - zipl_vsyscall_argument
|
|
- - zipl_vsyscall_argument.role=unscored
|
|
- - zipl_vsyscall_argument.severity=info
|
|
diff --git a/products/rhel9/profiles/ospp.profile b/products/rhel9/profiles/ospp.profile
|
|
index 1fad0031749..c5a291d5c69 100644
|
|
--- a/products/rhel9/profiles/ospp.profile
|
|
+++ b/products/rhel9/profiles/ospp.profile
|
|
@@ -406,6 +406,5 @@ selections:
|
|
- zipl_bootmap_is_up_to_date
|
|
- zipl_audit_argument
|
|
- zipl_audit_backlog_limit_argument
|
|
- - zipl_vsyscall_argument
|
|
- zipl_init_on_alloc_argument
|
|
- zipl_page_alloc_shuffle_argument
|
|
diff --git a/tests/data/profile_stability/rhel8/ospp.profile b/tests/data/profile_stability/rhel8/ospp.profile
|
|
index f2a56411e6f..5757acf030e 100644
|
|
--- a/tests/data/profile_stability/rhel8/ospp.profile
|
|
+++ b/tests/data/profile_stability/rhel8/ospp.profile
|
|
@@ -233,7 +233,6 @@ selections:
|
|
- zipl_bootmap_is_up_to_date
|
|
- zipl_page_poison_argument
|
|
- zipl_slub_debug_argument
|
|
-- zipl_vsyscall_argument
|
|
- var_sshd_set_keepalive=0
|
|
- var_rekey_limit_size=1G
|
|
- var_rekey_limit_time=1hour
|
|
@@ -265,8 +264,6 @@ selections:
|
|
- grub2_vsyscall_argument.severity=info
|
|
- sysctl_user_max_user_namespaces.role=unscored
|
|
- sysctl_user_max_user_namespaces.severity=info
|
|
-- zipl_vsyscall_argument.role=unscored
|
|
-- zipl_vsyscall_argument.severity=info
|
|
platforms: !!set {}
|
|
cpe_names: !!set {}
|
|
platform: null
|