[TxMt] Re: MTASC compile error: Insecure world writable dir/mode 04077
Hans-Joerg Bibiko
bibiko at eva.mpg.de
Tue Aug 12 10:46:41 UTC 2008
On 12 Aug 2008, at 12:19, Alistair Colling wrote:
> Hiya, does anyone know what this means?
>
>
> /Applications/TextMate.app/Contents/SharedSupport/Support/lib/ui.rb:
> 227: warning: Insecure world writable dir /Applications/TextMate.app/
> Contents/SharedSupport/Bundles/ActionScript.tmbundle = $DIR
This means that the “$DIR” has write permissions set to group and
others (which is in some sense insecure). To change the permission for
that “$DIR” run this command from a Terminal window:
chmod og-w '$DIR'
--Hans
More information about the textmate
mailing list