mac [oh-my-zsh] Insecure completion-dependent directories detected

网友投稿 323 2022-08-27

mac [oh-my-zsh] Insecure completion-dependent directories detected

今天装完zsh和autosuggestions之后,出现了下面的问题:

[oh-my-zsh] Insecure completion-dependent directories detected:drwxrwxrwx 7 wugaosheng admin 224 1 20 14:34 /usr/local/share/zshdrwxrwxrwx 4 wugaosheng admin 128 1 18 10:50 /usr/local/share/zsh/site-functions[oh-my-zsh] For safety, we will not load completions from these directories until[oh-my-zsh] you fix their permissions and ownership and restart zsh.[oh-my-zsh] See the above list for directories with group or other writability.[oh-my-zsh] To fix your permissions you can do so by disabling[oh-my-zsh] the write permission of "group" and "others" and making sure that the[oh-my-zsh] owner of these directories is either root or your current user.[oh-my-zsh] The following command may help:[oh-my-zsh] compaudit | xargs chmod g-w,o-w[oh-my-zsh] If the above didn't help or you want to skip the verification of[oh-my-zsh] insecure directories you can set the variable ZSH_DISABLE_COMPFIX to[oh-my-zsh] "true" before oh-my-zsh is sourced in your zshrc file.

解决方法

chmod 755 /usr/local/share/zshchmod 755 /usr/local/share/zsh/site-functions

参考文献

[1].更新完 zsh 说我目录权限问题的解决. ​​https://jianshu.com/p/f2545c1feaec​​

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:[leetcode] 115. Distinct Subsequences
下一篇:[leetcode] 705. Design HashSet
相关文章

 发表评论

暂时没有评论,来抢沙发吧~