Skip to content
Snippets Groups Projects
Commit 78e1f39a authored by Eoin Clerkin's avatar Eoin Clerkin Committed by Florian Uhlig
Browse files

Set webgui browser off by default

via alias. Addresses recent cern root issue, See SWM 20231130
parent 58ff3bd1
No related branches found
No related tags found
1 merge request!1547Set webgui browser off by default
Pipeline #26073 passed
......@@ -58,5 +58,11 @@ if [ $same_system -eq 1 ]; then
export PATH=$PATH:"@MY_PATH@"
;;
esac
echo "default root version is "`which root`
alias root='root --web=off'
alias
echo "root web-gui turned off by default via an alias. See security issue https://root.cern/about/security/#2023-11-26-open-port-for-control-of-web-gui-allows-read-and-write-access-to-file-system"
echo "Configured CBMROOT build @CBMROOT_BUILD_HASH@ (@CBMROOT_BUILD_HASH_DATE@)"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment