UserWarning: XXX is writable by group/others and vulnerable to attack when used with get_resource_filename.

提示/app/rf_automation/eggcache被其他组/用户写入了,容易出现攻击。

解决办法:

修改组/其他用户的访问权限即可。

chmod 755 /app/rf_automation/eggcache/

原文地址:https://www.cnblogs.com/apple2016/p/13809173.html