mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
feat(profile): add some internal kde profile.
This commit is contained in:
parent
0ecf923fb9
commit
7415b85e1c
3 changed files with 38 additions and 0 deletions
19
apparmor.d/groups/kde/kscreen_osd_service
Normal file
19
apparmor.d/groups/kde/kscreen_osd_service
Normal file
|
@ -0,0 +1,19 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{lib}/kscreen_osd_service
|
||||
profile kscreen_osd_service @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/graphics>
|
||||
include <abstractions/kde-strict>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
include if exists <local/kscreen_osd_service>
|
||||
}
|
16
apparmor.d/groups/kde/plasma_waitforname
Normal file
16
apparmor.d/groups/kde/plasma_waitforname
Normal file
|
@ -0,0 +1,16 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = @{bin}/plasma_waitforname
|
||||
profile plasma_waitforname @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
include if exists <local/plasma_waitforname>
|
||||
}
|
|
@ -205,7 +205,9 @@ kio_http_cache_cleaner complain
|
|||
kiod complain
|
||||
kioworker complain
|
||||
kmod attach_disconnected,complain
|
||||
konsole attach_disconnected,complain
|
||||
kscreen_backend_launcher complain
|
||||
kscreen_osd_service complain
|
||||
ksmserver attach_disconnected,mediate_deleted,complain
|
||||
ksplashqml complain
|
||||
kwin_wayland attach_disconnected,mediate_deleted,complain
|
||||
|
@ -269,6 +271,7 @@ pinentry-gtk-2 complain
|
|||
pkexec complain
|
||||
pkttyagent complain
|
||||
plank complain
|
||||
plasma_waitforname complain
|
||||
plasma-browser-integration-host complain
|
||||
plasma-discover complain
|
||||
plasmashell attach_disconnected,mediate_deleted,complain
|
||||
|
|
Loading…
Reference in a new issue