feat(profiles): add gnome-characters-backgroudservice.

This commit is contained in:
Alexandre Pujol 2022-06-26 23:05:53 +01:00
parent 8969786104
commit 6c89ee8630
Failed to generate hash of commit

View file

@ -0,0 +1,21 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /usr/share/org.gnome.Characters/org.gnome.Characters.BackgroundService
profile gnome-characters-backgroudservice @{exec_path} {
include <abstractions/base>
include <abstractions/dconf-write>
@{exec_path} mr,
/usr/share/icons/{,**} r,
/usr/share/themes/{,**} r,
/usr/share/X11/xkb/{,**} r,
include if exists <local/gnome-characters-backgroudservice>
}