apparmor.d/apparmor.d/groups/kde/plasma_waitforname
REmerald 9a12b8d399 feat(groups/{_,k,n,p}*): vim syntax support
Add vim modeline instructing the editor to use syntax plugin provided by apparmor.
Continuation of #394 to keep the diff list relatively short.
2024-06-16 17:25:08 +03:00

19 lines
427 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>
include <abstractions/consoles>
@{exec_path} mr,
include if exists <local/plasma_waitforname>
}
# vim:syntax=apparmor