apparmor.d/apparmor.d/groups/kde/kstart
2024-02-07 00:16:21 +01:00

24 lines
581 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2023 Jeroen Rijken
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/kstart
profile kstart @{exec_path} flags=(complain,attach_disconnected) {
include <abstractions/base>
include <abstractions/fontconfig-cache-read>
include <abstractions/kde-strict>
include <abstractions/nameservice-strict>
@{exec_path} mr,
@{bin}/** rPUx,
@{bin}/konsole rPUx,
include if exists <local/kstart>
}