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

(block watchdog

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

  (blockinherit .nodedev.template))