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

(block xd

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

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