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

(block ndctl

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

  (blockinherit .nodedev.template))