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

(block udmabuf

  (filecon "/dev/udmabuf" char nodedev_context)

  (blockinherit .nodedev.template))