summaryrefslogtreecommitdiff
path: root/src/net/portnet
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/net/portnet
parentcfd55472db08f37b2123c350ce76fb3d916d25f6 (diff)
downloadselinux-policy-58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8.tar.gz
auto format all files
Diffstat (limited to 'src/net/portnet')
-rw-r--r--src/net/portnet/ephemeralportnet.cil38
-rw-r--r--src/net/portnet/reservedportnet.cil38
-rw-r--r--src/net/portnet/unreservedportnet.cil46
3 files changed, 61 insertions, 61 deletions
diff --git a/src/net/portnet/ephemeralportnet.cil b/src/net/portnet/ephemeralportnet.cil
index 6f8f42e..abdcbb0 100644
--- a/src/net/portnet/ephemeralportnet.cil
+++ b/src/net/portnet/ephemeralportnet.cil
@@ -1,39 +1,39 @@
-;; 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 ephemeral
- (portcon "dccp" (32768 60999) port_context)
- (portcon "sctp" (32768 60999) port_context)
- (portcon "tcp" (32768 60999) port_context)
- (portcon "udp" (32768 60999) port_context)
+ (portcon "dccp" (32768 60999) port_context)
+ (portcon "sctp" (32768 60999) port_context)
+ (portcon "tcp" (32768 60999) port_context)
+ (portcon "udp" (32768 60999) port_context)
- (blockinherit .net.port.ephemeral.template))
+ (blockinherit .net.port.ephemeral.template))
(in net.port
(block ephemeral
- (macro type ((type ARG1))
- (typeattributeset typeattr ARG1))
+ (macro type ((type ARG1))
+ (typeattributeset typeattr ARG1))
- (blockinherit .net.port.all_macro_template)
+ (blockinherit .net.port.all_macro_template)
- (typeattribute typeattr)
+ (typeattribute typeattr)
- (call .net.port.type (typeattr))
+ (call .net.port.type (typeattr))
- (block base_template
+ (block base_template
- (blockabstract base_template)
+ (blockabstract base_template)
- (blockinherit .net.port.base_template)
+ (blockinherit .net.port.base_template)
- (call .net.port.ephemeral.type (port)))
+ (call .net.port.ephemeral.type (port)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .net.port.ephemeral.base_template)
- (blockinherit .net.port.macro_template))))
+ (blockinherit .net.port.ephemeral.base_template)
+ (blockinherit .net.port.macro_template))))
diff --git a/src/net/portnet/reservedportnet.cil b/src/net/portnet/reservedportnet.cil
index b86c9fe..983c993 100644
--- a/src/net/portnet/reservedportnet.cil
+++ b/src/net/portnet/reservedportnet.cil
@@ -1,39 +1,39 @@
-;; 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 reserved
- (portcon "dccp" (1 1023) port_context)
- (portcon "sctp" (1 1023) port_context)
- (portcon "tcp" (1 1023) port_context)
- (portcon "udp" (1 1023) port_context)
+ (portcon "dccp" (1 1023) port_context)
+ (portcon "sctp" (1 1023) port_context)
+ (portcon "tcp" (1 1023) port_context)
+ (portcon "udp" (1 1023) port_context)
- (blockinherit .net.port.reserved.template))
+ (blockinherit .net.port.reserved.template))
(in net.port
(block reserved
- (macro type ((type ARG1))
- (typeattributeset typeattr ARG1))
+ (macro type ((type ARG1))
+ (typeattributeset typeattr ARG1))
- (blockinherit .net.port.all_macro_template)
+ (blockinherit .net.port.all_macro_template)
- (typeattribute typeattr)
+ (typeattribute typeattr)
- (call .net.port.type (typeattr))
+ (call .net.port.type (typeattr))
- (block base_template
+ (block base_template
- (blockabstract base_template)
+ (blockabstract base_template)
- (blockinherit .net.port.base_template)
+ (blockinherit .net.port.base_template)
- (call .net.port.reserved.type (port)))
+ (call .net.port.reserved.type (port)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .net.port.macro_template)
- (blockinherit .net.port.reserved.base_template))))
+ (blockinherit .net.port.macro_template)
+ (blockinherit .net.port.reserved.base_template))))
diff --git a/src/net/portnet/unreservedportnet.cil b/src/net/portnet/unreservedportnet.cil
index 6359d64..c372493 100644
--- a/src/net/portnet/unreservedportnet.cil
+++ b/src/net/portnet/unreservedportnet.cil
@@ -1,43 +1,43 @@
-;; 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 unreserved
- (portcon "dccp" (1024 32767) port_context)
- (portcon "dccp" (61000 65535) port_context)
- (portcon "sctp" (1024 32767) port_context)
- (portcon "sctp" (61000 65535) port_context)
- (portcon "tcp" (1024 32767) port_context)
- (portcon "tcp" (61000 65535) port_context)
- (portcon "udp" (1024 32767) port_context)
- (portcon "udp" (61000 65535) port_context)
+ (portcon "dccp" (1024 32767) port_context)
+ (portcon "dccp" (61000 65535) port_context)
+ (portcon "sctp" (1024 32767) port_context)
+ (portcon "sctp" (61000 65535) port_context)
+ (portcon "tcp" (1024 32767) port_context)
+ (portcon "tcp" (61000 65535) port_context)
+ (portcon "udp" (1024 32767) port_context)
+ (portcon "udp" (61000 65535) port_context)
- (blockinherit .net.port.unreserved.template))
+ (blockinherit .net.port.unreserved.template))
(in net.port
(block unreserved
- (macro type ((type ARG1))
- (typeattributeset typeattr ARG1))
+ (macro type ((type ARG1))
+ (typeattributeset typeattr ARG1))
- (blockinherit .net.port.all_macro_template)
+ (blockinherit .net.port.all_macro_template)
- (typeattribute typeattr)
+ (typeattribute typeattr)
- (call .net.port.type (typeattr))
+ (call .net.port.type (typeattr))
- (block base_template
+ (block base_template
- (blockabstract base_template)
+ (blockabstract base_template)
- (blockinherit .net.port.base_template)
+ (blockinherit .net.port.base_template)
- (call .net.port.unreserved.type (port)))
+ (call .net.port.unreserved.type (port)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .net.port.macro_template)
- (blockinherit .net.port.unreserved.base_template))))
+ (blockinherit .net.port.macro_template)
+ (blockinherit .net.port.unreserved.base_template))))