Skip to content

Instantly share code, notes, and snippets.

@tg12
Created October 4, 2018 13:30
Show Gist options
  • Save tg12/36e97fef7b517069e6a38059779ca67b to your computer and use it in GitHub Desktop.
Save tg12/36e97fef7b517069e6a38059779ca67b to your computer and use it in GitHub Desktop.
From NCSC Hardening Guide
Ubuntu Privacy
sudo systemctl stop apport.service
sudo systemctl disable apport.service
sudo systemctl mask apport.service
gsettings set com.ubuntu.update-notifier show-apport-crashes false
ubuntu-report -f send no
sudo systemctl stop whoopsie.service
sudo systemctl disable whoopsie.service
sudo systemctl mask whoopsie.service
sudo apt-get remove -y popularity-contest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment