Revert OL modifications
This commit is contained in:
parent
ba7eb57705
commit
86cd3fa799
@ -1,59 +0,0 @@
|
||||
From d9b38f79b61c9e99008cb317b6d4310ce9780bb2 Mon Sep 17 00:00:00 2001
|
||||
From: Darren Archibald <darren.archibald@oracle.com>
|
||||
Date: Fri, 7 Mar 2025 06:33:34 -0800
|
||||
Subject: [PATCH] Revert service files additions that cause failures.
|
||||
|
||||
|
||||
This patch reverts upstream commit a99b6043b364e071de262d35e74a4c25e5a76ecc as
|
||||
it introduces irqbalance failures.
|
||||
See: https://github.com/Irqbalance/irqbalance/issues/182
|
||||
|
||||
Orabug: 37245529
|
||||
|
||||
Signed-off-by: Alex Burmashev <alexander.burmashev@oracle.com>
|
||||
---
|
||||
misc/irqbalance.service | 24 ------------------------
|
||||
1 file changed, 24 deletions(-)
|
||||
|
||||
diff --git a/misc/irqbalance.service b/misc/irqbalance.service
|
||||
index 9ac430f..c5e61dd 100644
|
||||
--- a/misc/irqbalance.service
|
||||
+++ b/misc/irqbalance.service
|
||||
@@ -8,34 +8,10 @@ ConditionCPUs=>1
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/sysconfig/irqbalance
|
||||
ExecStart=/usr/sbin/irqbalance $IRQBALANCE_ARGS
|
||||
-CapabilityBoundingSet=CAP_SETPCAP
|
||||
-NoNewPrivileges=yes
|
||||
-ProtectSystem=strict
|
||||
ReadOnlyPaths=/
|
||||
ReadWritePaths=/proc/irq
|
||||
RestrictAddressFamilies=AF_UNIX AF_NETLINK
|
||||
RuntimeDirectory=irqbalance/
|
||||
-IPAddressDeny=any
|
||||
-ProtectHome=true
|
||||
-PrivateTmp=yes
|
||||
-PrivateNetwork=yes
|
||||
-PrivateUsers=true
|
||||
-ProtectHostname=yes
|
||||
-ProtectClock=yes
|
||||
-ProtectKernelModules=yes
|
||||
-ProtectKernelLogs=yes
|
||||
-ProtectControlGroups=yes
|
||||
-RestrictNamespaces=yes
|
||||
-LockPersonality=yes
|
||||
-MemoryDenyWriteExecute=yes
|
||||
-RestrictRealtime=yes
|
||||
-RestrictSUIDSGID=yes
|
||||
-RemoveIPC=yes
|
||||
-PrivateMounts=yes
|
||||
-SystemCallFilter=@cpu-emulation @privileged @system-service
|
||||
-SystemCallFilter=~@clock @module @mount @obsolete @raw-io @reboot @resources @swap
|
||||
-SystemCallErrorNumber=EPERM
|
||||
-SystemCallArchitectures=native
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
--
|
||||
2.31.1
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: irqbalance
|
||||
Version: 1.9.4
|
||||
Release: 2.0.1%{?dist}.2
|
||||
Release: 2%{?dist}.2
|
||||
Epoch: 2
|
||||
Summary: IRQ balancing daemon
|
||||
|
||||
@ -70,7 +70,6 @@ Patch47: irqbalance-manual.patch
|
||||
|
||||
Patch48: 0001-check_platform_device-Check-the-length-of-path.patch
|
||||
Patch49: 0001-Fix-the-wrong-string-existence-checking-condition.patch
|
||||
Patch1000: 1000-Revert-service-files-additions-that-cause-failures.patch
|
||||
|
||||
%description
|
||||
irqbalance is a daemon that evenly distributes IRQ load across
|
||||
@ -115,10 +114,6 @@ make check
|
||||
%systemd_postun_with_restart irqbalance.service
|
||||
|
||||
%changelog
|
||||
* Thu Sep 25 2025 EL Errata <el-errata_ww@oracle.com> - 1.9.4-2.0.1.2
|
||||
- Revert service file additions that cause failures [Orabug: 37245529]
|
||||
- Remove CapabilityBoundingSet from irqbalance service [Orabug: 37242069]
|
||||
|
||||
* Wed Jun 25 2025 Tao Liu <ltao@redhat.com> - 2:1.9.4-2.2
|
||||
- Bump up version number
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user