blob: 0a9e5276baee0bf52442dc363e5646084da5b92b (
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 uio
(filecon "/dev/uio[0-9]+" char nodedev_context)
(blockinherit .nodedev.template))
|