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

abi <abi/4.0>,

include <tunables/global>

@{exec_path} =  @{lib}/gdm-runtime-config
@{att} = ""
profile gdm-runtime-config /{,usr/}lib{,exec,32,64}/gdm-runtime-config flags=(complain) {
  include <abstractions/base-strict>

  @{exec_path} mr,

  owner @{run}/gdm{3,}/ rw,
  owner @{run}/gdm{3,}/custom.conf{,.@{rand6}} rw,

  include if exists <local/gdm-runtime-config>
}

# vim:syntax=apparmor
