You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/net/sjrx/intellij/plugins/systemdunitfiles/semanticdata/optionvalues/CgroupSocketBindOptionValue.kt
Copy file name to clipboardExpand all lines: src/test/kotlin/net/sjrx/intellij/plugins/systemdunitfiles/inspections/InvalidValueInspectionForCGroupSocketBind.kt
+23-24Lines changed: 23 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ class InvalidValueInspectionForCGroupSocketBindOptionValue : AbstractUnitFileTes
11
11
val file ="""
12
12
[Service]
13
13
# Allow binding IPv6 socket addresses with a port greater than or equal to 10000.
14
-
SocketBindAllow=ip6:10000-65535
14
+
SocketBindAllow=ipv6:10000-65535
15
15
SocketBindDeny=any
16
16
# Allow binding IPv4 and IPv6 socket addresses with 1234 and 4321 ports.
17
17
@@ -49,12 +49,13 @@ class InvalidValueInspectionForCGroupSocketBindOptionValue : AbstractUnitFileTes
0 commit comments