1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-16 13:44:42 -04:00

Add note on broken umask setting on Debian

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-24 10:52:22 -07:00
parent 9928b93647
commit 04834f68c5
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -23,6 +23,7 @@ sudo systemctl mask debug-shell.service
# Setting umask to 077
umask 077
#This line is broken on the Debian templates for some reason - further debugging needed.
echo 'umask 077' | sudo tee -a /etc/bash.bashrc
# Harden SSH