Skip to content

zsh compinit: insecure directories #9

Description

@jackboberg
zsh compinit: insecure directories, run compaudit for list.
Ignore insecure directories and continue [y] or abort compinit [n]? y%

> compaudit
There are insecure directories:
/usr/local/share/zsh/site-functions
/usr/local/etc
/usr/local/share/zsh


Resolved on 2020-04-17 with this:

compaudit | xargs chmod g-w
  • automate this as part of setup?

Metadata

Metadata

Assignees

No one assigned

    Labels

    installIssues and warnings when executing `script/install` on a new setup

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions