apparmor.d/apparmor.d/profiles-a-f/cc-remote-login-helper
REmerald c66b914028 fix(profiles-a-f): move vim modeline
Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
2024-06-15 17:13:21 +03:00

19 lines
371 B
Text

# apparmor.d - Full set of apparmor profiles
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{lib}/cc-remote-login-helper
profile cc-remote-login-helper @{exec_path} {
include <abstractions/base>
capability sys_nice,
@{exec_path} mr,
include if exists <local/cc-remote-login-helper>
}
# vim:syntax=apparmor