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
Disabling ports by adding parameter ‘-P 0’ (sonic-net#21296)
Why I did it
There are several TCP ports bound to localhost that need to be disabled to enhance system security.
Work item tracking
Microsoft ADO (number only):
How I did it
By adding -P 0 in supervisord.conf.j2 to disable the ports.
How to verify it
Check the file for -P 0 changes, and confirm port behaviour using netstat.
0 commit comments