On Tuesday, May 24, 2016 at 12:13:24 AM UTC-7, [email protected] wrote: > > [Tue May 24 14:39:49 2016] [error] /usr/lib/python2.6/site-packages/ > setuptools-21.2.0-py2.6.egg/pkg_resources/__init__.py:1268: UserWarning: > /home/projects/mypro/.egg-cache 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). > > [root@host105 ~]# echo $PYTHON_EGG_CACHE > /home/python-eggs > > > drwxrwxrwx. 20 apache apache 4.0K 5月 23 15:08 .egg-cache > > I configured the environment variables and the directory can also read and > write, but still appeared above mistakes, I can not understand this? >
The directory is writable by the others group. This can be fixed with: chmod o-rwx /home/python-eggs -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
