From 60c5878dd4c57ae1b24dfa355128477df712c661 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 14 Dec 2021 14:59:19 +0100 Subject: [PATCH] logind: allow to read /proc User name and tty are used for wall messages. For that to work logind must be able to poke around in proc entries of other processes. --- units/systemd-logind.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index ab874253a4..b3b9ff36b1 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -37,7 +37,6 @@ LockPersonality=yes MemoryDenyWriteExecute=yes NoNewPrivileges=yes PrivateTmp=yes -ProtectProc=invisible ProtectClock=yes ProtectControlGroups=yes ProtectHome=yes