summaryrefslogtreecommitdiff
path: root/src/dev/stordev/xdstordev.cil
blob: 70283c38a2e10a55ea4c47aef1f96a318403a788 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block xd

    (filecon "/dev/xd[^/]+" block stordev_context)

    (blockinherit .stordev.base_template)
    (blockinherit .stordev.macro_template_blk_files))