summaryrefslogtreecommitdiff
path: root/src/sys/sysfile/hypervisorsysfile.cil
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-08-16 14:43:06 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-08-16 14:43:06 -0400
commit58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8 (patch)
tree84c645e32aac8eb468f41df33fbac7b0a8584887 /src/sys/sysfile/hypervisorsysfile.cil
parentcfd55472db08f37b2123c350ce76fb3d916d25f6 (diff)
downloadselinux-policy-58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8.tar.gz
auto format all files
Diffstat (limited to 'src/sys/sysfile/hypervisorsysfile.cil')
-rw-r--r--src/sys/sysfile/hypervisorsysfile.cil40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/sys/sysfile/hypervisorsysfile.cil b/src/sys/sysfile/hypervisorsysfile.cil
index 09fd77d..ee37010 100644
--- a/src/sys/sysfile/hypervisorsysfile.cil
+++ b/src/sys/sysfile/hypervisorsysfile.cil
@@ -1,40 +1,40 @@
-;; 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 hypervisor
- (genfscon "sysfs" "/hypervisor" sysfile_context)
+ (genfscon "sysfs" "/hypervisor" sysfile_context)
- (blockinherit .sysfile.hypervisor.template)
- (blockinherit .sysfile.macro_template_dirs)
- (blockinherit .sysfile.macro_template_lnk_files))
+ (blockinherit .sysfile.hypervisor.template)
+ (blockinherit .sysfile.macro_template_dirs)
+ (blockinherit .sysfile.macro_template_lnk_files))
(in sysfile
(block hypervisor
- (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_lnk_files)
+ (blockinherit .file.all_macro_template_dirs)
+ (blockinherit .file.all_macro_template_files)
+ (blockinherit .file.all_macro_template_lnk_files)
- (call .sysfile.type (typeattr))
+ (call .sysfile.type (typeattr))
- (block base_template
+ (block base_template
- (blockabstract base_template)
+ (blockabstract base_template)
- (blockinherit .sysfile.base_template)
+ (blockinherit .sysfile.base_template)
- (call .sysfile.hypervisor.type (sysfile)))
+ (call .sysfile.hypervisor.type (sysfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysfile.hypervisor.base_template)
- (blockinherit .sysfile.macro_template_files))))
+ (blockinherit .sysfile.hypervisor.base_template)
+ (blockinherit .sysfile.macro_template_files))))