diff --git a/compute/admin_guide/runtime_defense/runtime_audits.adoc b/compute/admin_guide/runtime_defense/runtime_audits.adoc index 6946cca60..ec5440aa5 100644 --- a/compute/admin_guide/runtime_defense/runtime_audits.adoc +++ b/compute/admin_guide/runtime_defense/runtime_audits.adoc @@ -325,7 +325,7 @@ Hosts |Explicitly Denied Listening Port |Indicates a container process is listening on a port that is explicitly listed in the *Listening ports* list, under *Denied & fallback*. -For App-embedded and Serverless, this indicates ports that are not listed in the Allowed Listening ports list. +For App-embedded, this indicates ports that are not listed in the Allowed Listening ports list, or they are on denied list. |Process is listening on port explicitly denied by a runtime rule @@ -338,7 +338,7 @@ App-embedded |Explicitly Denied Outbound Port |Indicates a container process uses an outbound port that is explicitly listed in the *Outbound internet ports* list under *Denied & fallback*. -For App-embedded and Serverless, this indicates ports that are not listed in the *Outbound ports* list under *Allowed*. +For App-embedded, this indicates ports that are not listed in the *Outbound ports* list under *Allowed*, or they are on denied list. |Outbound connection to port (IP: ) is explicitly denied by a runtime rule.