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

(block kmsg

  (filecon "/dev/kmsg" char nodedev_context)

  (blockinherit .nodedev.template))