Information
Squid is a standard proxy server used in many distributions and environments.
Unless a system is specifically set up to act as a proxy server, it is recommended that the squid package be removed to reduce the potential attack surface.
Note: Several HTTP proxy servers exist. These should be checked and removed unless required.
Solution
Run the following commands to stop squid and remove the squid package:
# service squid onestop
# pkg remove squid
-OR- If the squid package is required as a dependency:
Run the following commands to stop and disable the squid :
# service squid onestop
# service squid onedisable
Impact:
There may be packages that are dependent on the squid package. If the squid package is removed, these dependent packages will be removed as well. Before removing the squid package, review any dependent packages to determine if they are required on the system.
-IF- a dependent package is required: stop and disable the squid leaving the squid package installed.