mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 04:11:32 -05:00
Add note on broken umask setting on Debian
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
9928b93647
commit
04834f68c5
@ -23,6 +23,7 @@ sudo systemctl mask debug-shell.service
|
|||||||
|
|
||||||
# Setting umask to 077
|
# Setting umask to 077
|
||||||
umask 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
|
echo 'umask 077' | sudo tee -a /etc/bash.bashrc
|
||||||
|
|
||||||
# Harden SSH
|
# Harden SSH
|
||||||
|
Loading…
Reference in New Issue
Block a user