feat(abs): add mediakeys

This commit is contained in:
Alexandre Pujol 2025-09-14 20:37:47 +02:00
parent 48aeefa0a3
commit 5559670a37
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -0,0 +1,15 @@
# 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/org.gnome.SettingsDaemon.MediaKeys>
include if exists <abstractions/mediakeys.d>
# vim:syntax=apparmor