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