feat(profiles): general update. See #101
This commit is contained in:
parent
f20aa4f548
commit
c59a40ec4e
28 changed files with 64 additions and 28 deletions
|
|
@ -90,6 +90,7 @@
|
|||
/usr/share/chromium/extensions/{,**} r,
|
||||
/usr/share/egl/{,**} r,
|
||||
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
||||
/usr/share/libdrm/*.ids r,
|
||||
/usr/share/mozilla/extensions/{,**} r,
|
||||
/usr/share/webext/{,**} r,
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2018-2021 Mikhail Morfikov
|
||||
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
|
@ -9,7 +10,7 @@
|
|||
owner @{HOME}/thumbnails/{large,normal}/[a-f0-9]*.png r,
|
||||
|
||||
owner @{user_cache_dirs}/thumbnails/ r,
|
||||
owner @{user_cache_dirs}/thumbnails/{large,normal}/ r,
|
||||
owner @{user_cache_dirs}/thumbnails/{large,normal}/[a-f0-9]*.png r,
|
||||
owner @{user_cache_dirs}/thumbnails/{*large,normal}/ r,
|
||||
owner @{user_cache_dirs}/thumbnails/{*large,normal}/[a-f0-9]*.png r,
|
||||
|
||||
include if exists <abstractions/thumbnails-cache-read.d>
|
||||
Loading…
Add table
Add a link
Reference in a new issue