-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS X Catalina getting zsh compinit: insecure directories, run compaudit for list. #4
Comments
Is bosh-complete writable by other users? It may be complaining that somebody else on the system could theoretically replace your completion target and cause you to run arbitrary code under your user. |
It is writable by my regular OS user and in group
|
what about other things that compaudit is complaining about? |
compaudit complains about /usr/local/share directory only |
and is that writable to non-root users that aren't you? |
It is not.
I encountered this problem only after adding eval for bosh
completion executable to zshrc
…On Sun, Feb 23, 2020 at 8:59 AM Thomas Mitchell ***@***.***> wrote:
and is that writable to non-root users that aren't you?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=AEOCGNBNG4B433ZPAMGFO7LREJ6K3A5CNFSM4KZTPV4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMV4OHI#issuecomment-590071581>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEOCGNAWMGTVO3HBZGXKGULREJ6K3ANCNFSM4KZTPV4A>
.
|
OS X Catalina
Getting:
zsh compinit: insecure directories, run compaudit for list.
Ignore insecure directories and continue [y] or abort compinit [n]?
run compaudit and tried to chown of listed directories, but it did not help.
Would appreciate your assistance.
The text was updated successfully, but these errors were encountered: