diff options
Diffstat (limited to 'src/net/ibnet')
-rw-r--r-- | src/net/ibnet/endportibnet.cil | 62 | ||||
-rw-r--r-- | src/net/ibnet/pkeyibnet.cil | 62 |
2 files changed, 62 insertions, 62 deletions
diff --git a/src/net/ibnet/endportibnet.cil b/src/net/ibnet/endportibnet.cil index d942909..031f9b9 100644 --- a/src/net/ibnet/endportibnet.cil +++ b/src/net/ibnet/endportibnet.cil @@ -1,11 +1,11 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (class infiniband_endport (manage_subnet)) (classorder (unordered infiniband_endport)) (macro managesubnet_invalid_endports ((type ARG1)) - (allow ARG1 invalid (infiniband_endport (manage_subnet)))) + (allow ARG1 invalid (infiniband_endport (manage_subnet)))) (in invalid.unconfined @@ -14,8 +14,8 @@ (in mcs (mlsconstrain (infiniband_endport (manage_subnet)) - (or (dom h1 h2) - (neq t1 constrained.typeattr)))) + (or (dom h1 h2) + (neq t1 constrained.typeattr)))) (in net.ib @@ -23,53 +23,53 @@ (block endport - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (blockinherit all_macro_template) + (blockinherit all_macro_template) - (call .obj.type (typeattr)) + (call .obj.type (typeattr)) - (block all_macro_template + (block all_macro_template - (blockabstract all_macro_template) + (blockabstract all_macro_template) - (macro managesubnet_all_endports ((type ARG1)) - (allow ARG1 typeattr (infiniband_endport (manage_subnet))))) + (macro managesubnet_all_endports ((type ARG1)) + (allow ARG1 typeattr (infiniband_endport (manage_subnet))))) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (context endport_context (.sys.id .sys.role endport .sys.lowlow)) + (context endport_context (.sys.id .sys.role endport .sys.lowlow)) - (type endport) - (call .net.ib.endport.type (endport))) + (type endport) + (call .net.ib.endport.type (endport))) - (block macro_template + (block macro_template - (blockabstract macro_template) + (blockabstract macro_template) - (macro managesubnet_endports ((type ARG1)) - (allow ARG1 endport (infiniband_endport (manage_subnet))))) + (macro managesubnet_endports ((type ARG1)) + (allow ARG1 endport (infiniband_endport (manage_subnet))))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (blockinherit .net.ib.endport.base_template) - (blockinherit .net.ib.endport.macro_template)) + (blockinherit .net.ib.endport.base_template) + (blockinherit .net.ib.endport.macro_template)) - (block unconfined + (block unconfined - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (allow typeattr endport.typeattr (infiniband_endport (all)))))) + (allow typeattr endport.typeattr (infiniband_endport (all)))))) (in net.ib.unconfined diff --git a/src/net/ibnet/pkeyibnet.cil b/src/net/ibnet/pkeyibnet.cil index 4908076..27d38c8 100644 --- a/src/net/ibnet/pkeyibnet.cil +++ b/src/net/ibnet/pkeyibnet.cil @@ -1,11 +1,11 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (class infiniband_pkey (access)) (classorder (unordered infiniband_pkey)) (macro access_invalid_pkeys ((type ARG1)) - (allow ARG1 invalid (infiniband_pkey (access)))) + (allow ARG1 invalid (infiniband_pkey (access)))) (in invalid.unconfined @@ -14,8 +14,8 @@ (in mcs (mlsconstrain (infiniband_pkey (access)) - (or (dom h1 h2) - (neq t1 constrained.typeattr)))) + (or (dom h1 h2) + (neq t1 constrained.typeattr)))) (in net.ib @@ -23,53 +23,53 @@ (block pkey - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (blockinherit all_macro_template) + (blockinherit all_macro_template) - (call .obj.type (typeattr)) + (call .obj.type (typeattr)) - (block all_macro_template + (block all_macro_template - (blockabstract all_macro_template) + (blockabstract all_macro_template) - (macro access_all_pkeys ((type ARG1)) - (allow ARG1 typeattr (infiniband_pkey (access))))) + (macro access_all_pkeys ((type ARG1)) + (allow ARG1 typeattr (infiniband_pkey (access))))) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (context pkey_context (.sys.id .sys.role pkey .sys.lowlow)) + (context pkey_context (.sys.id .sys.role pkey .sys.lowlow)) - (type pkey) - (call .net.ib.pkey.type (pkey))) + (type pkey) + (call .net.ib.pkey.type (pkey))) - (block macro_template + (block macro_template - (blockabstract macro_template) + (blockabstract macro_template) - (macro access_pkeys ((type ARG1)) - (allow ARG1 pkey (infiniband_pkey (access))))) + (macro access_pkeys ((type ARG1)) + (allow ARG1 pkey (infiniband_pkey (access))))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (blockinherit .net.ib.pkey.base_template) - (blockinherit .net.ib.pkey.macro_template)) + (blockinherit .net.ib.pkey.base_template) + (blockinherit .net.ib.pkey.macro_template)) - (block unconfined + (block unconfined - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (allow typeattr pkey.typeattr (infiniband_pkey (all)))))) + (allow typeattr pkey.typeattr (infiniband_pkey (all)))))) (in net.ib.unconfined |