From: Ludwig Nussel Date: Tue, 14 Dec 2021 13:59:19 +0000 (+0100) Subject: logind: allow to read /proc X-Git-Tag: v250-rc3~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c5878dd4c57ae1b24dfa355128477df712c661;p=thirdparty%2Fsystemd.git 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. --- diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index ab874253a40..b3b9ff36b18 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