From 5cc9f603a854bbc320e3a03d251e7834498baa6f Mon Sep 17 00:00:00 2001 From: Vasco Date: Wed, 22 Apr 2026 18:11:15 +0100 Subject: [PATCH] add o+x to homes --- VM_OPENSSL_APACHE.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VM_OPENSSL_APACHE.sh b/VM_OPENSSL_APACHE.sh index 651fdb9..2b60fba 100644 --- a/VM_OPENSSL_APACHE.sh +++ b/VM_OPENSSL_APACHE.sh @@ -45,7 +45,9 @@ systemctl enable --now httpd # acho ????? sudo chgrp apache /etc/shadow +sudo chmod o+x /home/john sudo chown apache /home/john/.google_authenticator sudo chmod 400 /home/john/.google_authenticator +sudo chmod o+x /home/user sudo chown apache /home/user/.google_authenticator sudo chmod 400 /home/user/.google_authenticator