From 0c187b6ff97f91c41dab65a6426dc61f77305cdf Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Sun, 20 Aug 2023 15:44:41 +0200 Subject: Import dssp5 Signed-off-by: Dominick Grift --- src/fs/seclabelfs/pstoreseclabelfs.cil | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/fs/seclabelfs/pstoreseclabelfs.cil (limited to 'src/fs/seclabelfs/pstoreseclabelfs.cil') 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 +;; 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)))) -- cgit v1.2.3