feat(profile): update kde profiles.

This commit is contained in:
Alexandre Pujol 2024-07-04 21:38:46 +01:00
parent 897bda824f
commit dcf92e8e88
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
15 changed files with 94 additions and 20 deletions

View file

@ -0,0 +1,18 @@
# 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} = @{bin}/qdbus @{lib}/qt{5,6}/bin/qdbus
profile qdbus @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
include if exists <local/qdbus>
}
# vim:syntax=apparmor