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

(block hd

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

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