From 761eff8cc7376feae602dd878c648f498e56a216 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 21 Apr 2026 14:00:59 +0200 Subject: [PATCH] fix phc2sys service to allow clocks specified by interface (RHEL-165199) Resolves: RHEL-165199 --- phc2sys.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phc2sys.service b/phc2sys.service index 8382589..992461d 100644 --- a/phc2sys.service +++ b/phc2sys.service @@ -25,7 +25,7 @@ ProtectKernelTunables=yes ProtectProc=invisible ProtectSystem=strict ReadWritePaths=/run -RestrictAddressFamilies=AF_UNIX +RestrictAddressFamilies=AF_INET AF_UNIX RestrictNamespaces=yes RestrictSUIDSGID=yes SystemCallArchitectures=native