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