summaryrefslogtreecommitdiff
path: root/src/dev/stordev/mdstordev.cil
blob: d1fc9661c8f118c7bd716ce258473537e12441b8 (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 md

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

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