blob: a4fb697040e596d1abc2028a9a9122421f1987d4 (
plain)
1
2
3
4
5
6
7
8
|
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense
(block nvram
(filecon "/dev/nvram" char nodedev_context)
(blockinherit .nodedev.template))
|