diff options
Diffstat (limited to 'src/fs/noseclabelfs/autonoseclabelfs.cil')
-rw-r--r-- | src/fs/noseclabelfs/autonoseclabelfs.cil | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/fs/noseclabelfs/autonoseclabelfs.cil b/src/fs/noseclabelfs/autonoseclabelfs.cil index 6180533..d22b133 100644 --- a/src/fs/noseclabelfs/autonoseclabelfs.cil +++ b/src/fs/noseclabelfs/autonoseclabelfs.cil @@ -1,14 +1,14 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (block auto - (genfscon "autofs" "/" fs_context) - (genfscon "automount" "/" fs_context) + (genfscon "autofs" "/" fs_context) + (genfscon "automount" "/" fs_context) - (macro getattr_fs_dirs ((type ARG1)) - (allow ARG1 fs (dir (getattr)))) + (macro getattr_fs_dirs ((type ARG1)) + (allow ARG1 fs (dir (getattr)))) - (blockinherit .fs.macro_template_dirs) - (blockinherit .fs.macro_template_fs) - (blockinherit .noseclabelfs.base_template)) + (blockinherit .fs.macro_template_dirs) + (blockinherit .fs.macro_template_fs) + (blockinherit .noseclabelfs.base_template)) |