mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-11 04:35:12 +01:00
enable wayland-session for lxqt 2.1
startlxqtwayland for starting the session, support for labwc and kwin_wayland
This commit is contained in:
parent
26b2e1c54c
commit
41a7535398
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
ptrace (trace) peer=@{profile_name},
|
||||
|
||||
signal (receive) set=(hup) peer=@{p_systemd},
|
||||
signal (send) set=(kill, term) peer=labwc,
|
||||
signal (send) set=(kill, term) peer=lxqt-session,
|
||||
signal (send) set=(kill, term) peer=startplasma,
|
||||
signal (send) set=(kill, term) peer=xorg,
|
||||
|
@ -47,6 +48,7 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
signal (send) set=(term) peer=kwin_wayland,
|
||||
signal (send) set=(term) peer=sddm-greeter,
|
||||
signal (send) set=(term) peer=startplasma-wayland,
|
||||
signal (send) set=(term) peer=startlxqtwayland,
|
||||
|
||||
dbus receive bus=system path=/org/freedesktop/DisplayManager/Seat@{int}
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
|
@ -96,6 +98,7 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
@{bin}/kwin_wayland rPx,
|
||||
@{bin}/sddm-greeter{,-qt6} rPx,
|
||||
@{bin}/startlxqt rPx,
|
||||
@{bin}/startlxqtwayland rPx,
|
||||
@{bin}/startplasma-wayland rPx,
|
||||
@{bin}/startplasma-x11 rPx,
|
||||
@{bin}/sway rPUx,
|
||||
|
|
Loading…
Reference in a new issue