summaryrefslogtreecommitdiff
path: root/src/dev/nodedev/uinputnodedev.cil
blob: a4eb83d58a4da9cac8dd8107bef1f618cdfb85fa (plain)
1
2
3
4
5
6
7
8
;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block uinput

  (filecon "/dev/uinput" char nodedev_context)

  (blockinherit .nodedev.template))