summaryrefslogtreecommitdiff
path: root/src/dev/stordev/loopstordev.cil
blob: 227fdc0bed6fc6cbbe5dfb125d7623db9bca37dd (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 loop

    (filecon "/dev/loop.+" block stordev_context)

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