summaryrefslogtreecommitdiff
path: root/src/dev/stordev/dmstordev.cil
blob: 1b86a0b535ea942831e5188589194c01635b28dc (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 dm

    (filecon "/dev/dm-[0-9]+" block stordev_context)

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