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

(block hidraw

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

  (blockinherit .nodedev.template)

  (call .rbacsep.exempt.obj.type (nodedev)))