mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Update Ubuntu-Desktop-20.04-LTS.sh
This commit is contained in:
parent
2fb25eeb6f
commit
9932eb2521
@ -35,6 +35,12 @@ sudo chmod o-w /var/tmp
|
||||
#Disable crash reports
|
||||
gsettings set com.ubuntu.update-notifier show-apport-crashes false
|
||||
ubuntu-report -f send no
|
||||
sudo systemctl stop apport.service
|
||||
sudo systemctl disable apport.service
|
||||
sudo systemctl mask apport.service
|
||||
sudo systemctl stop whoopsie.service
|
||||
sudo systemctl disable whoopsie.service
|
||||
sudo systemctl mask whoopsie.service
|
||||
|
||||
#Disable ptrace
|
||||
echo "kernel.yama.ptrace_scope = 3" | sudo tee /etc/sysctl.d/10-default-yama-scope.conf
|
||||
|
Loading…
Reference in New Issue
Block a user