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