Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
12 lines
420 B
Text
12 lines
420 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=/net/hadess/SwitcherooControl
|
|
interface=org.freedesktop.DBus.Properties
|
|
member=GetAll
|
|
peer=(name=:*, label=switcheroo-control),
|
|
|
|
include if exists <abstractions/bus/net.hadess.SwitcherooControl.d>
|
|
|
|
# vim:syntax=apparmor
|