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

(block i2c

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

  (blockinherit .nodedev.template))