# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2024 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only

abi <abi/4.0>,

include <tunables/global>

@{exec_path} = @{bin}/gnome-maps /usr/share/gnome-maps/org.gnome.Maps
@{att} = ""
profile gnome-maps /{{,usr/}bin/gnome-maps,usr/share/gnome-maps/org.gnome.Maps} flags=(complain) {
  include <abstractions/base-strict>
  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,

  @{open_path}  rpx -> child-open-help,

  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}/task/@{tid}/stat r,

  include if exists <local/gnome-maps>
}

# vim:syntax=apparmor
