Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Misleading/not-as-useful-as-it-could-be error message
- X-seq: zsh-workers 24774
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Subject: Misleading/not-as-useful-as-it-could-be error message
- Date: Fri, 28 Mar 2008 13:44:11 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=wTx730OMfz5WXeNqMNVOD0Sjw0blYuS9UDqL1b6Oi+I=; b=sBepJlx5lkxHi5iH4sBshnbk+gox46o/NCq+8OnacbRyoFxJWeZwbR/g+a3SJVYkxFjXqZnaenfYYtLfTite88X4zC55zNpBccupHDg94TIuujo7cmvgtKjWgAXJx88XWq5wzo7VjyJinRiFR9oGNLi59qnZ6ZZdwLvEpi2fmyw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=moV/yOcEZCal+5XZJutrfLBU/VDSA5WiPmF0oKktbkw/P3dIWzDdB2uh22ioWPt7e4iYZ6AX7MeaKT+3q0i7uYRbS8XgN4pFMH1WErOlANaq6xtmvJZ0JFsUxlSTbVyAwj3y79/uJy8SLdPrC40pvg8S3uPUihhozimjhnOMkZ4=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi,
I just found out about a neat feature: When a completion function is
writeable by non-root, zsh will complain about the fact.
You get:
Ignore insecure files and continue [ny]?
I see two problems with this:
1) The user does not know it is zsh saying this, it could be anything,
really.
2) The user is not told _what_ files are considered insecure and why.
Adding a note on where & why the files were sourced/loaded would
be an optional extra.
Other than that, I love this feature. Once again zsh devs have handled
a situation I did not even really think about until I stumbled into it :)
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author