summaryrefslogtreecommitdiff
path: root/src/dev/nodedev/kmsgnodedev.cil
blob: 14acf6b67b28dfd95250beaa0271546b3b20391b (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 kmsg

    (filecon "/dev/kmsg" char nodedev_context)

    (blockinherit .nodedev.template))