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

(block sd

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

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