Broken login: Update systemd-logind

Today I was not able to log into my Arch Linux system. After chrooting into the system, performing aa-log and adding the rule to systemd-logind the problem was fixed.
This commit is contained in:
curiosityseeker 2025-05-27 11:44:26 +00:00 committed by Alex
parent 11f3529530
commit bf22a7786c

View file

@ -139,6 +139,7 @@ profile systemd-logind @{exec_path} flags=(attach_disconnected) {
/dev/dri/card@{int} rw, /dev/dri/card@{int} rw,
/dev/input/event@{int} rw, # Input devices (keyboard, mouse, etc) /dev/input/event@{int} rw, # Input devices (keyboard, mouse, etc)
/dev/mqueue/ r, /dev/mqueue/ r,
/dev/tty@{int} rw,
owner /dev/shm/{,**/} rw, owner /dev/shm/{,**/} rw,
include if exists <local/systemd-logind> include if exists <local/systemd-logind>