blob: ec12816a912834fff2309fc0f3176f4628f9a22d (
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 hwrng
(filecon "/dev/hwrng" char nodedev_context)
(blockinherit .nodedev.template))
|