feat(abs): aff the uinput abs.

This commit is contained in:
Alexandre Pujol 2025-09-13 00:29:29 +02:00
parent 56948a54eb
commit 122b004c2e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -0,0 +1,16 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2020 Canonical Ltd
# Copyright (C) 2021-2025 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only
# Allow write access to the uinput device for emulating input devices from
# userspace for sending input events.
abi <abi/4.0>,
/dev/uinput rw,
/dev/input/uinput rw,
include if exists <abstractions/uinput.d>
# vim:syntax=apparmor