Skip to content

Commit

Permalink
[Compute CWP-39605]: Clarify denied listening ports for App-embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
divyabhushan committed Apr 10, 2023
1 parent 4fb108e commit a7035fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compute/admin_guide/runtime_defense/runtime_audits.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <process name> is listening on port <port> explicitly denied by a runtime rule

Expand All @@ -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 <process> to port <destination port> (IP: <destination ip>) is explicitly denied by a runtime rule.

Expand Down

0 comments on commit a7035fc

Please sign in to comment.