Since now we're using /usr/local/autotest as a home dir,
it is created by default with permissions 700. Change it
to 775 so apache can stat and serve its contents.

Tested on an F16, from scratch install of the autotest
server, worked fine.

Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 contrib/install-autotest-server.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/install-autotest-server.sh 
b/contrib/install-autotest-server.sh
index 61efaff..ec0f5d9 100755
--- a/contrib/install-autotest-server.sh
+++ b/contrib/install-autotest-server.sh
@@ -250,6 +250,7 @@ fi
 
 print_log "INFO" "Setting proper permissions for the autotest directory"
 chown -R autotest:autotest $ATHOME
+chmod 775 $ATHOME
 }
 
 check_mysql_password() {
-- 
1.7.10.1

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to