mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 03:36:36 +00:00
Notice security concerns of adding execution permissions to home directory
This commit is contained in:
parent
9464d00a97
commit
24b7b2ebcc
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user