apparmor.d/apparmor.d/groups/gnome/gdm-runtime-config

21 lines
479 B
Text

# 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
profile gdm-runtime-config @{exec_path} {
include <abstractions/base>
@{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