summaryrefslogtreecommitdiff
path: root/src/fs/noseclabelfs/cinoseclabelfs.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/noseclabelfs/cinoseclabelfs.cil')
-rw-r--r--src/fs/noseclabelfs/cinoseclabelfs.cil14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fs/noseclabelfs/cinoseclabelfs.cil b/src/fs/noseclabelfs/cinoseclabelfs.cil
index a23198b..dbad070 100644
--- a/src/fs/noseclabelfs/cinoseclabelfs.cil
+++ b/src/fs/noseclabelfs/cinoseclabelfs.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 ci
- (genfscon "cifs" "/" fs_context)
- (genfscon "smbfs" "/" fs_context)
+ (genfscon "cifs" "/" fs_context)
+ (genfscon "smbfs" "/" fs_context)
- (macro map_fs_files ((type ARG1))
- (allow ARG1 fs (file (map))))
+ (macro map_fs_files ((type ARG1))
+ (allow ARG1 fs (file (map))))
- (blockinherit .noseclabelfs.template)
+ (blockinherit .noseclabelfs.template)
- (call .rbacsep.exempt.obj.type (fs)))
+ (call .rbacsep.exempt.obj.type (fs)))