Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
13 lines
311 B
Text
13 lines
311 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
/usr/share/bash-completion/{,**} r,
|
|
|
|
@{etc_ro}/profile.d/ r,
|
|
@{etc_ro}/profile.d/* r,
|
|
|
|
owner @{HOME}/.alias r,
|
|
owner @{HOME}/.i18n r,
|
|
|
|
# vim:syntax=apparmor
|