24 lines
581 B
Text
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>
|
|
}
|