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