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