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

(block udmabuf

  (filecon "/dev/udmabuf" char nodedev_context)

  (blockinherit .nodedev.template))