Blame 0015-uuidd-remove-also-PrivateNetwork-yes-from-systemd-se.patch

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