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

(block v4l

  (filecon "/dev/media([0-9]+)?" char nodedev_context)
  (filecon "/dev/video([0-9]+)?" char nodedev_context)

  (blockinherit .nodedev.template)

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