diff --git a/apparmor.d/groups/kde/drkonqi-coredump-cleanup b/apparmor.d/groups/kde/drkonqi-coredump-cleanup new file mode 100644 index 000000000..054a68c77 --- /dev/null +++ b/apparmor.d/groups/kde/drkonqi-coredump-cleanup @@ -0,0 +1,18 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2024 Alexandre Pujol +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +@{exec_path} = @{lib}/drkonqi-coredump-cleanup +profile drkonqi-coredump-cleanup @{exec_path} { + include + + @{exec_path} mr, + + @{user_cache_dirs}/kcrash-metadata/ r, + + include if exists +} \ No newline at end of file diff --git a/apparmor.d/groups/kde/xwaylandvideobridge b/apparmor.d/groups/kde/xwaylandvideobridge new file mode 100644 index 000000000..7a7dd6c2b --- /dev/null +++ b/apparmor.d/groups/kde/xwaylandvideobridge @@ -0,0 +1,22 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2024 Alexandre Pujol +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +@{exec_path} = @{bin}/xwaylandvideobridge +profile xwaylandvideobridge @{exec_path} { + include + include + include + include + + @{exec_path} mr, + + owner @{user_cache_dirs}/xwaylandvideobridge/ rw, + owner @{user_cache_dirs}/xwaylandvideobridge/** rwk, + + include if exists +} \ No newline at end of file