Move vim syntax comment to the end of the file, separated by newline, as requested in #380.
16 lines
845 B
Text
16 lines
845 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2018-2021 Mikhail Morfikov
|
|
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
owner @{user_cache_dirs}/thumbnails/ rw,
|
|
owner @{user_cache_dirs}/thumbnails/{fail,*large,normal}/ rw,
|
|
owner @{user_cache_dirs}/thumbnails/{fail,*large,normal}/gnome-thumbnail-factory/ rw,
|
|
owner @{user_cache_dirs}/thumbnails/{fail,*large,normal}/gnome-thumbnail-factory/*.png rw,
|
|
owner @{user_cache_dirs}/thumbnails/{fail,*large,normal}/*.png rwl -> @{user_cache_dirs}/thumbnails/{fail,*large,normal}/#@{int},
|
|
owner @{user_cache_dirs}/thumbnails/{fail,*large,normal}/*.png.@{rand6} rw,
|
|
owner @{user_cache_dirs}/thumbnails/{fail,*large,normal}/#@{int} rw,
|
|
|
|
include if exists <abstractions/thumbnails-cache-write.d>
|
|
|
|
# vim:syntax=apparmor
|