blob: 524751614e7c418b4b0be32eaefbbe9d7b89a296 (
plain)
1
2
3
4
5
6
7
8
|
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block uinput
(filecon "/dev/uinput" char nodedev_context)
(blockinherit .nodedev.template))
|