# apparmor.d - Full set of apparmor profiles # Copyright (C) 2018-2021 Mikhail Morfikov # Copyright (C) 2021 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = /{usr/,}bin/gtk-update-icon-cache /{usr/,}bin/gtk4-update-icon-cache profile gtk-update-icon-cache @{exec_path} flags=(attach_disconnected) { include include @{exec_path} mr, /usr/share/icons/** r, /usr/share/icons/**/.icon-theme.cache rw, /usr/share/icons/**/icon-theme.cache rw, /var/lib/flatpak/exports/share/icons/{,**/} r, /var/lib/flatpak/exports/share/icons/hicolor/.icon-theme.cache rw, /var/lib/flatpak/exports/share/icons/hicolor/icon-theme.cache w, owner @{user_share_dirs}/** r, owner @{user_share_dirs}/**/.icon-theme.cache rw, owner @{user_share_dirs}/**/icon-theme.cache rw, deny /apparmor/.null rw, include if exists }