diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-16 14:43:06 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-16 14:43:06 -0400 |
commit | 58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8 (patch) | |
tree | 84c645e32aac8eb468f41df33fbac7b0a8584887 /src/fs/noseclabelfs/nfsnoseclabelfs.cil | |
parent | cfd55472db08f37b2123c350ce76fb3d916d25f6 (diff) | |
download | selinux-policy-58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8.tar.gz |
auto format all files
Diffstat (limited to 'src/fs/noseclabelfs/nfsnoseclabelfs.cil')
-rw-r--r-- | src/fs/noseclabelfs/nfsnoseclabelfs.cil | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/fs/noseclabelfs/nfsnoseclabelfs.cil b/src/fs/noseclabelfs/nfsnoseclabelfs.cil index 92898d9..0ce9073 100644 --- a/src/fs/noseclabelfs/nfsnoseclabelfs.cil +++ b/src/fs/noseclabelfs/nfsnoseclabelfs.cil @@ -1,17 +1,17 @@ -;; 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 nfs - (genfscon "afs" "/" fs_context) - (genfscon "nfs" "/" fs_context) + (genfscon "afs" "/" fs_context) + (genfscon "nfs" "/" 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 .fs.macro_template_fifo_files) - (blockinherit .fs.macro_template_lnk_files) - (blockinherit .fs.macro_template_sock_files) - (blockinherit .noseclabelfs.template) + (blockinherit .fs.macro_template_fifo_files) + (blockinherit .fs.macro_template_lnk_files) + (blockinherit .fs.macro_template_sock_files) + (blockinherit .noseclabelfs.template) - (call .rbacsep.exempt.obj.type (fs))) + (call .rbacsep.exempt.obj.type (fs))) |