Add chmod 600 to context files

This commit is contained in:
Gu1llaum-3 2025-03-15 14:41:07 +01:00
parent 281b541655
commit 96a83d119c

View File

@ -306,6 +306,7 @@ context_create() {
fi
touch "$CONFIG_DIR/$context"
chmod 600 "$CONFIG_DIR/$context"
echo "Context '$context' created."
}