Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
14 lines
405 B
Text
14 lines
405 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
include <abstractions/gtk>
|
|
|
|
dbus receive bus=session
|
|
interface=org.freedesktop.DBus.Introspectable
|
|
member=Introspect
|
|
peer=(name=:*, label=gnome-shell),
|
|
|
|
/var/cache/gio-@{int}.@{int}/gnome-mimeapps.list r,
|
|
|
|
# vim:syntax=apparmor
|