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

(block hidraw

  (filecon "/dev/hidraw[0-9]+" char nodedev_context)

  (blockinherit .nodedev.template))