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

abi <abi/4.0>,

include <tunables/global>

@{exec_path} = @{lib}/@{multiarch}/gconf/gconfd-[0-9]
@{att} = ""
profile gconfd /{,usr/}lib{,exec,32,64}/*-linux-gnu*/gconf/gconfd-[0-9] flags=(complain) {
  include <abstractions/base-strict>
  include <abstractions/nameservice-strict>

  @{exec_path} mr,

  /var/lib/gconf/** r,
  /etc/gconf/** r,

  owner @{HOME}/.gconf/ rw,
  owner @{HOME}/.gconf/.testing.writeability rw,

  include if exists <local/gconfd>
}

# vim:syntax=apparmor
