feat(abs): add mediakeys
This commit is contained in:
parent
48aeefa0a3
commit
5559670a37
1 changed files with 15 additions and 0 deletions
15
apparmor.d/abstractions/mediakeys
Normal file
15
apparmor.d/abstractions/mediakeys
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue