mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-12 11:12:14 -04: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
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue