summaryrefslogtreecommitdiff
path: root/src/dev/nodedev/i2cnodedev.cil
blob: facc74c2057d1ac72c7fbee9be2dc6cf320ce981 (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 i2c

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

    (blockinherit .nodedev.template))