From 71a7c25a6d64822cc8d55dad2b6ff99a4049eefe Mon Sep 17 00:00:00 2001 From: nobodysu Date: Sun, 4 Sep 2022 19:25:35 +0000 Subject: [PATCH] Delete lightdm-guest-session --- apparmor.d/profiles-g-l/lightdm-guest-session | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 apparmor.d/profiles-g-l/lightdm-guest-session diff --git a/apparmor.d/profiles-g-l/lightdm-guest-session b/apparmor.d/profiles-g-l/lightdm-guest-session deleted file mode 100644 index 0e80dde2..00000000 --- a/apparmor.d/profiles-g-l/lightdm-guest-session +++ /dev/null @@ -1,27 +0,0 @@ -# vim:syntax=apparmor -# Profile for restricting lightdm guest session - -include - -/usr/lib/x86_64-linux-gnu/lightdm/lightdm-guest-session { - # Most applications are confined via the main abstraction - include - - # chromium-browser needs special confinement due to its sandboxing - include - - # fcitx and friends needs special treatment due to C/S design - /usr/bin/fcitx ix, - /tmp/fcitx-socket-* rwl, - /dev/shm/* rwl, - /usr/bin/fcitx-qimpanel ix, - /usr/bin/sogou-qimpanel-watchdog ix, - /usr/bin/sogou-sys-notify ix, - /tmp/sogou-qimpanel:* rwl, - - # Allow ibus - unix (bind, listen) type=stream addr="@tmp/ibus/*", - - # mozc_server needs special treatment due to C/S design - unix (bind, listen) type=stream addr="@tmp/.mozc.*", -}