blob: 1aa7d8437b855b222f4208b265bce33525c317ac (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2023 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))
|