Notice security concerns of adding execution permissions to home directory

This commit is contained in:
Juan Cruz Viotti 2016-01-29 08:36:47 -04:00
parent 9464d00a97
commit 24b7b2ebcc

View File

@ -31,6 +31,7 @@ npm install && bower install
# In GNU/Linux, your home directory needs execution permissions
# in order to run Etcher as expected due to a bug in Electron.
# Notice this is a workaround that may cause security concerns.
# See https://github.com/atom/electron/issues/3666
sudo chmod a+x /home/<user>