Alphanumeric systemd sessions (#47)

This commit is contained in:
nobodysu 2022-06-01 17:54:07 +00:00 committed by GitHub
parent b45161a68e
commit 7db753f0c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 24 additions and 23 deletions

View file

@ -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,

View file

@ -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,