Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
17 lines
439 B
Text
17 lines
439 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# Copyright (C) 2024 Jeroen Rijken <jeroen.rijken@xs4all.nl>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
/usr/share/uim/* r,
|
|
|
|
/var/lib/uim/* r,
|
|
|
|
owner @{HOME}/.uim.d/customs/* r,
|
|
owner @{HOME}/.XCompose r,
|
|
|
|
owner @{run}/user/@{uid}/uim/socket/uim-helper rw,
|
|
|
|
include if exists <abstractions/uim.d>
|
|
|
|
# vim:syntax=apparmor
|