diff options
Diffstat (limited to 'src/fs/seclabelfs/pstoreseclabelfs.cil')
-rw-r--r-- | src/fs/seclabelfs/pstoreseclabelfs.cil | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fs/seclabelfs/pstoreseclabelfs.cil b/src/fs/seclabelfs/pstoreseclabelfs.cil new file mode 100644 index 0000000..96d6272 --- /dev/null +++ b/src/fs/seclabelfs/pstoreseclabelfs.cil @@ -0,0 +1,12 @@ +;; SPDX-FileCopyrightText: © 2023 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-License-Identifier: Unlicense + +(block pstore + + (genfscon "pstore" "/" fs_context) + + (blockinherit .fs.macro_template_dirs) + (blockinherit .fs.macro_template_files) + (blockinherit .seclabelfs.template) + + (allow fs self (filesystem (associate)))) |