31 lines
810 B
Text
31 lines
810 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{libexec}/gnome-calculator-search-provider
|
|
profile gnome-calculator-search-provider @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/dconf-write>
|
|
include <abstractions/gtk>
|
|
include <abstractions/fonts>
|
|
|
|
signal (send) set=kill peer=unconfined,
|
|
|
|
@{exec_path} mr,
|
|
/{usr/,}bin/[a-z0-9]* rPUx,
|
|
|
|
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
|
/usr/share/X11/xkb/{,**} r,
|
|
/usr/share/icons/{,**} r,
|
|
|
|
owner @{run}/user/@{uid}/gdm/Xauthority r,
|
|
|
|
owner @{PROC}/@{pid}/fd/ r,
|
|
owner @{PROC}/@{pids}/cmdline r,
|
|
|
|
include if exists <local/gnome-calculator-search-provider>
|
|
}
|