Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
12 lines
415 B
Text
12 lines
415 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
dbus send bus=system path=/org/gnome/DisplayManager/Manager
|
|
interface=org.gnome.DisplayManager.Manager
|
|
member=RegisterDisplay
|
|
peer=(name=:*, label=gdm),
|
|
|
|
include if exists <abstractions/bus/org.gnome.DisplayManager.d>
|
|
|
|
# vim:syntax=apparmor
|