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

(block nvram

  (filecon "/dev/nvram" char nodedev_context)

  (blockinherit .nodedev.template))