change default umask

Another umask related issue also with command-not-found.

It does not just require sudo touch /etc/apt/sources.list but also sudo chmod o+r /etc/apt/sources.list due to our umask hardening. I hope we won’t run into many such issues.

1 Like