blob: 1336836f59383c1387685b2c9c4283616fdaadcd (
plain)
1
2
3
4
5
6
7
8
9
|
;; SPDX-FileCopyrightText: © 2024 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))
|