feat(kde): add initial version for more kde profles.

This commit is contained in:
Alexandre Pujol 2023-04-27 22:27:16 +01:00
parent aca0501d10
commit 1083520225
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
8 changed files with 254 additions and 0 deletions

View file

@ -0,0 +1,22 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{libexec}/kf5/kconf_update
profile kconf_update @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
/usr/share/kconf_update/{,**} r,
owner @{user_config_dirs}/kconf_updaterc r,
owner @{user_config_dirs}/kdedefaults/kdeglobals r,
owner @{user_config_dirs}/kdeglobals r,
include if exists <local/kconf_update>
}