feat(profile): add some internal kde profile.

This commit is contained in:
Alexandre Pujol 2024-03-13 16:10:02 +00:00
parent 0ecf923fb9
commit 7415b85e1c
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 38 additions and 0 deletions

View 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>
}

View 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>
}