apparmor.d/apparmor.d/groups/kde/kscreen_backend_launcher
2024-03-20 16:13:20 +00:00

20 lines
No EOL
532 B
Text

# apparmor.d - Full set of apparmor profiles
# 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} = @{lib}/kf{5,6}/kscreen_backend_launcher
@{exec_path} += @{lib}/@{multiarch}/{,libexec/}kf{5,6}/kscreen_backend_launcher
profile kscreen_backend_launcher @{exec_path} {
include <abstractions/base>
include <abstractions/kde-strict>
@{exec_path} mr,
/dev/tty r,
include if exists <local/kscreen_backend_launcher>
}