Alphanumeric systemd sessions (#47)
This commit is contained in:
parent
b45161a68e
commit
7db753f0c9
15 changed files with 24 additions and 23 deletions
|
|
@ -58,7 +58,7 @@ profile labwc @{exec_path} flags=(attach_disconnected) {
|
|||
@{run}/udev/data/c13:[0-9]* r, # for /dev/input/*
|
||||
@{run}/udev/data/c226:[0-9]* r, # for /dev/dri/card*
|
||||
|
||||
@{run}/systemd/sessions/[0-9]* r,
|
||||
@{run}/systemd/sessions/* r,
|
||||
@{run}/systemd/seats/seat[0-9]* r,
|
||||
|
||||
@{run}/user/@{uid}/wayland-[0-9].lock k,
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ profile light-locker @{exec_path} {
|
|||
owner @{PROC}/@{pid}/cgroup r,
|
||||
|
||||
# when locking the screen and switching/closing sessions
|
||||
@{run}/systemd/sessions/[0-9]* r,
|
||||
@{run}/systemd/sessions/* r,
|
||||
|
||||
include <abstractions/dconf>
|
||||
owner @{run}/user/@{uid}/dconf/ rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue