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:
parent
11f3529530
commit
bf22a7786c
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue