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