summaryrefslogtreecommitdiff
path: root/src/dev/stordev/vdstordev.cil
blob: a7a46286a66aefdf9ccb5c8262208dbbdb69fa22 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block vd

  (filecon "/dev/vd[^/]+" block stordev_context)

  (blockinherit .stordev.base_template)
  (blockinherit .stordev.macro_template_blk_files))