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/sys/procfile/sysctlfile/abisysctlfile.cil | |
parent | cfd55472db08f37b2123c350ce76fb3d916d25f6 (diff) | |
download | selinux-policy-58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8.tar.gz |
auto format all files
Diffstat (limited to 'src/sys/procfile/sysctlfile/abisysctlfile.cil')
-rw-r--r-- | src/sys/procfile/sysctlfile/abisysctlfile.cil | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/sys/procfile/sysctlfile/abisysctlfile.cil b/src/sys/procfile/sysctlfile/abisysctlfile.cil index 2830104..ff28c8a 100644 --- a/src/sys/procfile/sysctlfile/abisysctlfile.cil +++ b/src/sys/procfile/sysctlfile/abisysctlfile.cil @@ -1,38 +1,38 @@ -;; 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 abi - (genfscon "proc" "/sys/abi" sysctlfile_context) + (genfscon "proc" "/sys/abi" sysctlfile_context) - (blockinherit .sysctlfile.abi.template) - (blockinherit .sysctlfile.macro_template_dirs)) + (blockinherit .sysctlfile.abi.template) + (blockinherit .sysctlfile.macro_template_dirs)) (in sysctlfile (block abi - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (blockinherit .file.all_macro_template_dirs) - (blockinherit .file.all_macro_template_files) + (blockinherit .file.all_macro_template_dirs) + (blockinherit .file.all_macro_template_files) - (call .sysctlfile.type (typeattr)) + (call .sysctlfile.type (typeattr)) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (blockinherit .sysctlfile.base_template) + (blockinherit .sysctlfile.base_template) - (call .sysctlfile.abi.type (sysctlfile))) + (call .sysctlfile.abi.type (sysctlfile))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (blockinherit .sysctlfile.abi.base_template) - (blockinherit .sysctlfile.macro_template_files)))) + (blockinherit .sysctlfile.abi.base_template) + (blockinherit .sysctlfile.macro_template_files)))) |