summaryrefslogtreecommitdiff
path: root/src/dev/nodedev/watchdognodedev.cil
blob: 9492cc16b44e70d243174e5c31a0d0d13c8fa483 (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 watchdog

    (filecon "/dev/watchdog([0-9]+)?" char nodedev_context)

    (blockinherit .nodedev.template))