mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 23:35:03 +01:00
17 lines
No EOL
746 B
Text
17 lines
No EOL
746 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2018-2021 Mikhail Morfikov
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
owner @{HOME}/thumbnails/ rw,
|
|
owner @{HOME}/thumbnails/{large,normal}/ rw,
|
|
owner @{HOME}/thumbnails/{large,normal}/#@{int} rw,
|
|
owner @{HOME}/thumbnails/{large,normal}/@{hex}.png rwl -> @{user_cache_dirs}/thumbnails/{large,normal}/#@{int},
|
|
|
|
owner @{user_cache_dirs}/thumbnails/ rw,
|
|
owner @{user_cache_dirs}/thumbnails/{large,normal}/ rw,
|
|
owner @{user_cache_dirs}/thumbnails/{large,normal}/#@{int} rw,
|
|
owner @{user_cache_dirs}/thumbnails/{large,normal}/@{hex}.png rwl -> @{user_cache_dirs}/thumbnails/{large,normal}/#@{int},
|
|
|
|
include if exists <abstractions/thumbnails-cache-write.d> |