marnett / ethereum

0 stars 0 forks source link

VM Warning #20

Closed amiller closed 9 years ago

amiller commented 9 years ago

There's a warning about the unix file permission settings in the VM when running any of the examples:

/usr/lib/python2.7/dist-packages/pkg_resources.py:1031: UserWarning: /home/user/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).
  warnings.warn(msg, UserWarning)
amiller commented 9 years ago

This can be fixed with:

user@Ethereum:~$ chmod -R uo-w .python-eggs
firesnowball commented 9 years ago

Fixed in VM, will be uploaded soon