2021-04-02 01:06:05 +02:00
|
|
|
# apparmor.d - Full set of apparmor profiles
|
|
|
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
2021-04-02 11:23:57 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2021-04-02 01:06:05 +02:00
|
|
|
|
|
|
|
abi <abi/3.0>,
|
|
|
|
|
|
|
|
include <tunables/global>
|
|
|
|
|
|
|
|
@{exec_path} = /{usr/,}bin/gnome-calendar
|
|
|
|
profile gnome-calendar @{exec_path} {
|
|
|
|
include <abstractions/base>
|
2022-06-09 22:55:55 +02:00
|
|
|
include <abstractions/dconf-write>
|
2021-04-08 23:25:48 +02:00
|
|
|
include <abstractions/gnome>
|
2022-05-09 22:51:18 +02:00
|
|
|
include <abstractions/mesa>
|
2021-04-02 01:06:05 +02:00
|
|
|
include <abstractions/nameservice-strict>
|
2022-03-17 15:01:50 +01:00
|
|
|
include <abstractions/opencl>
|
2021-04-02 01:06:05 +02:00
|
|
|
include <abstractions/openssl>
|
2021-10-22 16:01:43 +02:00
|
|
|
include <abstractions/p11-kit>
|
2021-04-08 23:25:48 +02:00
|
|
|
include <abstractions/ssl_certs>
|
2022-04-13 21:47:28 +02:00
|
|
|
include <abstractions/vulkan>
|
2021-04-02 01:06:05 +02:00
|
|
|
|
|
|
|
network netlink raw,
|
|
|
|
|
|
|
|
@{exec_path} mr,
|
|
|
|
|
2021-04-08 23:25:48 +02:00
|
|
|
/usr/share/libgweather/Locations.xml r,
|
2021-04-02 01:06:05 +02:00
|
|
|
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
|
|
|
|
2021-04-18 20:00:15 +02:00
|
|
|
owner @{run}/user/@{uid}/gdm/Xauthority r,
|
2021-04-02 01:06:05 +02:00
|
|
|
|
|
|
|
include if exists <local/gnome-calendar>
|
|
|
|
}
|