12 lines
No EOL
610 B
Text
12 lines
No EOL
610 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/{large,normal}/ rw,
|
|
owner @{user_cache_dirs}/thumbnails/{large,normal}/*.png rwl -> @{user_cache_dirs}/thumbnails/{large,normal}/#@{int},
|
|
owner @{user_cache_dirs}/thumbnails/{large,normal}/*.png.@{rand6} rw,
|
|
owner @{user_cache_dirs}/thumbnails/{large,normal}/#@{int} rw,
|
|
|
|
include if exists <abstractions/thumbnails-cache-write.d> |