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

(block raw

  (filecon "/dev/raw/.+" char stordev_context)

  (blockinherit .stordev.base_template)
  (blockinherit .stordev.macro_template_chr_files))