diff options
Diffstat (limited to 'src/dev/stordev/rawstordev.cil')
-rw-r--r-- | src/dev/stordev/rawstordev.cil | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dev/stordev/rawstordev.cil b/src/dev/stordev/rawstordev.cil new file mode 100644 index 0000000..f04b019 --- /dev/null +++ b/src/dev/stordev/rawstordev.cil @@ -0,0 +1,9 @@ +;; SPDX-FileCopyrightText: © 2023 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)) |