diff options
Diffstat (limited to 'src/dev/stordev/dmstordev.cil')
-rw-r--r-- | src/dev/stordev/dmstordev.cil | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dev/stordev/dmstordev.cil b/src/dev/stordev/dmstordev.cil new file mode 100644 index 0000000..4a0d4d9 --- /dev/null +++ b/src/dev/stordev/dmstordev.cil @@ -0,0 +1,9 @@ +;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-License-Identifier: Unlicense + +(block dm + + (filecon "/dev/dm-[0-9]+" block stordev_context) + + (blockinherit .stordev.base_template) + (blockinherit .stordev.macro_template_blk_files)) |