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

# Allow registering a client with the session manager. This is needed for
# applications that want to be notified of session events, such as shutdown
# or logout, and to be able to inhibit those actions.

  abi <abi/4.0>,

  include <abstractions/bus/session/org.gnome.SessionManager>

  include if exists <abstractions/session-manager.d>

# vim:syntax=apparmor
