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

(block uio

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

  (blockinherit .nodedev.template))