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

# Allow requesting interest in receiving media key events. This tells Gnome
# settings that our application should be notified when key events we are
# interested in are pressed, and allows us to receive those events.

  abi <abi/4.0>,

  include <abstractions/bus/session/org.gnome.SettingsDaemon.MediaKeys>

  include if exists <abstractions/mediakeys.d>

# vim:syntax=apparmor
