summaryrefslogtreecommitdiff
path: root/src/dev/stordev/mdstordev.cil
blob: ece93a315bfe68831c9ad5e3a1971b0700e00a14 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 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))