Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Simple Tip of the Day
- X-seq: zsh-users 9750
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Simple Tip of the Day
- Date: Sun, 4 Dec 2005 02:32:39 +0100
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NukXkqlexYnP8WqpjcUkM/LBKGj68V2XjKDGfBKi9hWkbLKM1JeOOG/nBZRcgZsV5EbxF2jdGgnDH+M1dIyRnVDOHRnPGmqSZOrAts8Z1tiPekid9qfxHTn65sy96pKsoI1Gp4BSY8vUDb+Ds5N4Kzu+2ZkqZKyRpp8D+BSe8Hk=
- In-reply-to: <s064p1p3p6odgc5pae060lmtkob5tqki2g@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <dfnuo1160g88dl9rd0pig04k6enf7fqpr6@xxxxxxx> <20051202010954.GF8445@xxxxxxxxxxxxx> <x2448e8cq2ur$.1bkmagme4c3nn.dlg@xxxxxxxxxx> <237967ef0512020449p6ff1ec0t4cac7a03601c7d25@xxxxxxxxxxxxxx> <a461p1pv03mn7ivrtipscleoj1j2b8rihh@xxxxxxx> <5tv3p1tlifv3u6g9443grlmso38rn6qqoj@xxxxxxx> <237967ef0512031408s5e2e3385r702b48ec26ac2173@xxxxxxxxxxxxxx> <s064p1p3p6odgc5pae060lmtkob5tqki2g@xxxxxxx>
On 12/3/05, zzapper <david@xxxxxxxxxx> wrote:
> >% cd /
> >% cd /tmp
> >% cd ~-<tab>
> >0 -- /home/mikaelh
> >1 -- /
> cd ~-<TAB> then type number of directory to cd to it!!!
>
> Superkool,
>
> but when I put this in my .zshenv it asks
>
> ignore insecure directories and files and continue [ny]?
> compinit: initialization aborted
>
> how do I get it to default to y and what does insecure in this context mean?
It means some files somewhere have the wrong permissions, ie someone
other than you and root could write to them and run arbitrary code.
Check in $PREFIX/share/zsh/* and your .z* files, they should be 644 or
so. Maybe if you run with zsh -x it will print which file it is, not
sure.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author