open-falcon


/home/work/open-falcon/dashboard/env/lib/python2.6/site-packages/pkg_resources.py:1054: UserWarning: /root/.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)


安装open-falcon下的dashboard插件的时候遇到的一个问题

经查是权限问题,修改下文件的权限就OK

chmod g-wx,o-wx /root/.python-eggs


你可能感兴趣的:(open-falcon)