Blame 0015-uuidd-remove-also-PrivateNetwork-yes-from-systemd-se.patch
|
Karel Zak |
18b0e4 |
From bf0cd2995c5e34338703105c62e49a785c6c9dcc Mon Sep 17 00:00:00 2001
|
|
Karel Zak |
18b0e4 |
From: Karel Zak <kzak@redhat.com>
|
|
Karel Zak |
18b0e4 |
Date: Fri, 3 Jun 2022 09:07:09 +0200
|
|
Karel Zak |
18b0e4 |
Subject: uuidd: remove also PrivateNetwork=yes from systemd service
|
|
Karel Zak |
18b0e4 |
|
|
Karel Zak |
18b0e4 |
Fixes: https://github.com/util-linux/util-linux/issues/1704
|
|
Karel Zak |
18b0e4 |
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=2092943
|
|
Karel Zak |
18b0e4 |
Upstream: http://github.com/util-linux/util-linux/commit/c9671a3cf7738bb81e1cbef2f56485a36c6e7623
|
|
Karel Zak |
18b0e4 |
Signed-off-by: Karel Zak <kzak@redhat.com>
|
|
Karel Zak |
18b0e4 |
---
|
|
Karel Zak |
18b0e4 |
misc-utils/uuidd.service.in | 1 -
|
|
Karel Zak |
18b0e4 |
1 file changed, 1 deletion(-)
|
|
Karel Zak |
18b0e4 |
|
|
Karel Zak |
18b0e4 |
diff --git a/misc-utils/uuidd.service.in b/misc-utils/uuidd.service.in
|
|
Karel Zak |
18b0e4 |
index 64580287f..4ad6d97c9 100644
|
|
Karel Zak |
18b0e4 |
--- a/misc-utils/uuidd.service.in
|
|
Karel Zak |
18b0e4 |
+++ b/misc-utils/uuidd.service.in
|
|
Karel Zak |
18b0e4 |
@@ -11,7 +11,6 @@ Group=uuidd
|
|
Karel Zak |
18b0e4 |
ProtectSystem=strict
|
|
Karel Zak |
18b0e4 |
ProtectHome=yes
|
|
Karel Zak |
18b0e4 |
PrivateDevices=yes
|
|
Karel Zak |
18b0e4 |
-PrivateNetwork=yes
|
|
Karel Zak |
18b0e4 |
PrivateUsers=yes
|
|
Karel Zak |
18b0e4 |
ProtectKernelTunables=yes
|
|
Karel Zak |
18b0e4 |
ProtectKernelModules=yes
|
|
Karel Zak |
18b0e4 |
--
|
|
Karel Zak |
18b0e4 |
2.36.1
|
|
Karel Zak |
18b0e4 |
|