[TxMt] Re: Insecure world writable problem with TODO bundle
Martin Kühl
martin.kuehl at gmail.com
Fri Jun 25 11:39:01 UTC 2010
On Fri, Jun 25, 2010 at 13:32, Christopher Brewster <cbrewster at gmail.com> wrote:
> I have run chmod -R o-w * in the /Library/Application Support/TextMate folder, but this makes no difference.
> What have I done wrong?
You need to run `chmod -R o-w` on the `/Library/Application
Support/TextMate` folder itself, not just the items within it, i.e.
(with or without sudo, depending on your system)
chmod -R o-w "/Library/Application Support/TextMate"
HTH,
Martin
More information about the textmate
mailing list