mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-29 22:35:15 +01:00
stricter logind
This commit is contained in:
parent
6b4ae79806
commit
9dab6b9794
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ profile systemd-logind @{exec_path} flags=(attach_disconnected,complain) {
|
|||
@{run}/systemd/seats/.#seat* rw,
|
||||
@{run}/systemd/seats/seat[0-9]* rw,
|
||||
@{run}/systemd/sessions/ rw,
|
||||
@{run}/systemd/sessions/* rw,
|
||||
@{run}/systemd/sessions/* r,
|
||||
@{run}/systemd/sessions/.#* rw,
|
||||
@{run}/systemd/sessions/*.ref rw,
|
||||
@{run}/systemd/userdb/ r,
|
||||
@{run}/systemd/userdb/io.systemd.DynamicUser rw,
|
||||
|
|
Loading…
Reference in a new issue