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