开发者

warning: Insecure world writable dir .../osx/bin in PATH, mode 040777 with Homebrew

开发者 https://www.devze.com 2023-03-01 09:38 出处:网络
I\'m using homebrew for compiling/installing Mac command line tools. It uses ruby for implementation, and whenever I user homebrew install SOMETHING, I got warning: Insecure world writable dir .../osx

I'm using homebrew for compiling/installing Mac command line tools. It uses ruby for implementation, and whenever I user homebrew install SOMETHING, I got warning: Insecure world writable dir .../osx/bin in PATH, mode 开发者_StackOverflow社区040777 warnings. The bin directory has permission of 777. Why is this warnings, and how do I remove them?


It's generally not a good idea to have a 777 directory in your path because other users can put executables in there and trick you into running them with your privileges. To fix, just change it to 755 or 775. (Of course, if you're the only user of your computer, you have nothing to worry about.)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号