Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
compinit insecure warning with trusted user
- X-seq: zsh-workers 35411
- From: Stephen Romansky <sk.romansky@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: compinit insecure warning with trusted user
- Date: Sun, 7 Jun 2015 13:09:03 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=hWm0kXZi7fjIA7ds19vEquCo4QfFTd6KgKnUp/RHntY=; b=llNNf8pMd0rAkl468pDzkJXszMh8l6JSHYUIaHybw9uwA+J968GcwDBpBHoqsKmoZ4 78JX5zMvZy9QzoeY8Zwvpeb9ZC7D4gehsPddRNE+xnNBQ+RC7lCZK1HhyZva0KHgqXIH u+rTTFtaYfrc2uLuvUGhPVCNPzGPYE/MIhpvHQbO3Fafi8CiEatcuWiH8aauE1wJ0y7t RKDtR+1JbI1qMJUXMr8zGtCxqmmjSNw4Q+sFacm0P3idbqX31lAzEhlg8lcMAe3TMgEp v6Ww6Gy89TZa1R1429Nu+Xp4mlNsPjO2shwFtWuwTpv2vq2/Gd3LZAUpKzrMuBE5WqMb eeJg==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello,
I am getting the classic warning:
zsh compinit: insecure directories and files, run compaudit for list.
Ignore insecure directories and files and continue [y] or abort compinit
[n]?
Zsh in owned by an admin account that isn't named root, and is not the
current user.
Now,
http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Use-of-compinit
states that the *compaudit* will throw the warning if the completion system
is not owned by root or the current user. Which is the case I have. So, can
the admin and/or wheel group be added to this set of exceptions? Or, is it
simpler to just add the ignore flag to *compinit *on the system in question?
Regards,
Stephen
Messages sorted by:
Reverse Date,
Date,
Thread,
Author