Information
The Apport Error Reporting Service automatically generates crash reports for debugging
Rationale:
Apport collects potentially sensitive data, such as core dumps, stack traces, and log files. They can contain passwords, credit card numbers, serial numbers, and other private material.
Solution
Edit /etc/default/apport and add or edit the enabled parameter to equal 0:
enabled=0
Run the following commands to stop and disable the apport service
# systemctl stop apport.service
# systemctl --now disable apport.service
-- OR --
Run the following command to remove the apport package:
# apt purge apport
Default Value:
enabled=1