apparmor.d/apparmor.d/groups/kde/plasma_waitforname
2024-03-13 16:10:02 +00:00

16 lines
No EOL
369 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/plasma_waitforname
profile plasma_waitforname @{exec_path} {
include <abstractions/base>
@{exec_path} mr,
include if exists <local/plasma_waitforname>
}