feat(abs): aff the uinput abs.
This commit is contained in:
parent
56948a54eb
commit
122b004c2e
1 changed files with 16 additions and 0 deletions
16
apparmor.d/abstractions/uinput
Normal file
16
apparmor.d/abstractions/uinput
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue