From 69e5bf4a4e31631cc162877f8919d4da2addcf1c Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 24 Mar 2024 23:23:31 +0100 Subject: [PATCH] qemush : umask plus restrictif --- bin/qemush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qemush b/bin/qemush index 60b373e..e0a8b1d 100755 --- a/bin/qemush +++ b/bin/qemush @@ -12,7 +12,7 @@ alias ls='ls --color=auto' shopt -s expand_aliases # Set a restrictive umask to make sure qemu user files are private -umask 027 +umask 7027 # Function to print a colored error perror() {