From 31e3e804c6f7a3e198d131dbadb752ed01591899 Mon Sep 17 00:00:00 2001 From: curiosityseeker <60518106+curiosityseeker@users.noreply.github.com> Date: Tue, 13 Jun 2023 19:10:22 +0200 Subject: [PATCH] plasmashell: adding back /dev/shm/ r, and /dev/ptmx rw, --- apparmor.d/groups/kde/plasmashell | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apparmor.d/groups/kde/plasmashell b/apparmor.d/groups/kde/plasmashell index 4b96ef15e..5f9a78dd7 100644 --- a/apparmor.d/groups/kde/plasmashell +++ b/apparmor.d/groups/kde/plasmashell @@ -156,7 +156,9 @@ profile plasmashell @{exec_path} { owner @{PROC}/@{pid}/mounts r, owner @{PROC}/@{pid}/{cgroup,cmdline,stat,statm} r, owner @{PROC}/@{pid}/attr/current r, - + + /dev/shm/ r, + /dev/ptmx rw, include if exists }