feat(profile): add gnome-maps.

This commit is contained in:
Alexandre Pujol 2024-05-01 12:30:14 +01:00
parent 8c84d74fe6
commit e1e96d90dc
Failed to generate hash of commit

View file

@ -0,0 +1,50 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/gnome-maps /usr/share/gnome-maps/org.gnome.Maps
profile gnome-maps @{exec_path} {
include <abstractions/base>
include <abstractions/common/gnome>
include <abstractions/nameservice-strict>
include <abstractions/p11-kit>
include <abstractions/ssl_certs>
network inet dgram,
network inet stream,
network inet6 dgram,
network inet6 stream,
network netlink raw,
@{exec_path} mr,
audit @{bin}/gjs-console rix,
owner @{user_pictures_dirs}/** rw,
owner @{user_cache_dirs}/shumate/{,**} rw,
owner @{user_cache_dirs}/shumate/ rw,
owner @{user_cache_dirs}/shumate/** rwlk,
owner @{user_config_dirs}/shumate/ rw,
owner @{user_config_dirs}/shumate/** rwlk,
owner @{user_share_dirs}/shumate/ rw,
owner @{user_share_dirs}/shumate/** rwlk,
@{run}/mount/utab r,
@{PROC}/sys/net/ipv6/conf/all/disable_ipv6 r,
owner @{PROC}/@{pid}/cgroup r,
owner @{PROC}/@{pid}/mountinfo r,
owner @{PROC}/@{pid}/mounts r,
owner @{PROC}/@{pid}/stat r,
owner @{PROC}/@{pid}/task/@{tid}/stat r,
include if exists <local/gnome-maps>
}