1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

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.
This commit is contained in:
Ludwig Nussel 2021-12-14 14:59:19 +01:00 committed by Luca Boccassi
parent 21feba0a5c
commit 60c5878dd4

View File

@ -37,7 +37,6 @@ LockPersonality=yes
MemoryDenyWriteExecute=yes
NoNewPrivileges=yes
PrivateTmp=yes
ProtectProc=invisible
ProtectClock=yes
ProtectControlGroups=yes
ProtectHome=yes