fix(profiles-a-f): move vim modeline
Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
This commit is contained in:
parent
72b11e5d05
commit
293217aee2
202 changed files with 459 additions and 257 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
# vim:syntax=apparmor
|
||||
|
||||
# Based on https://salsa.debian.org/debian/chrony/-/blob/debian/latest/debian/usr.sbin.chronyd
|
||||
|
||||
|
|
@ -61,4 +60,6 @@ profile chronyd @{exec_path} flags=(attach_disconnected) {
|
|||
/dev/rtc{,@{int}} rw,
|
||||
|
||||
include if exists <local/chronyd>
|
||||
}
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue