From 96a83d119c7a69ea69d08c7c83cbb1538d96cae8 Mon Sep 17 00:00:00 2001 From: Gu1llaum-3 Date: Sat, 15 Mar 2025 14:41:07 +0100 Subject: [PATCH] Add chmod 600 to context files --- sshm.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/sshm.bash b/sshm.bash index 2d1dc70..d23b936 100755 --- a/sshm.bash +++ b/sshm.bash @@ -306,6 +306,7 @@ context_create() { fi touch "$CONFIG_DIR/$context" + chmod 600 "$CONFIG_DIR/$context" echo "Context '$context' created." }