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

(block nvram

    (filecon "/dev/nvram" char nodedev_context)

    (blockinherit .nodedev.template))