mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-20 17:05:36 +01:00
fix(profile): sddm issue when starting kde.
This commit is contained in:
parent
2cd14aa6bb
commit
14a6f3fc5a
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,6 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
@{lib}/sddm/sddm-helper-start-wayland rix,
|
||||
@{lib}/sddm/sddm-helper-start-x11user rix,
|
||||
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/cat rix,
|
||||
@{bin}/checkproc rix,
|
||||
|
@ -62,7 +61,8 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
|||
@{bin}/xmodmap rix,
|
||||
@{bin}/unix_chkpwd rPx,
|
||||
|
||||
@{bin}/kwin_wayland rPUx,
|
||||
@{bin}/dbus-run-session rPx,
|
||||
@{bin}/kwin_wayland rPx,
|
||||
@{bin}/sddm-greeter rPx,
|
||||
@{bin}/Xorg rPx,
|
||||
/etc/sddm/Xsession rPx,
|
||||
|
|
Loading…
Add table
Reference in a new issue