Hi,
yesterday I installed TM plus some bundles on my new Mac. Among others I also installed the R bundles. These bundles have some Ruby functions which insert something into the current doc. Fine. But there's a "problem" with the Pristine's bundle folder permissions.
I get for instance that warning: ... warning: Insecure world writable dir “DIR” in PATH, mode 040777
This means that the bundle folder has also set the write access rights to group and others. The way to fix this is to execute: chmod og-w 'DIR' .
My question is whether this is a general thing; and if yes, whether it could be fixed in TM internally?
Cheers,
--Hans
On 8 Sep 2008, at 09:50, Hans-Jörg Bibiko wrote:
[...] there's a "problem" with the Pristine's bundle folder permissions.
I get for instance that warning: ... warning: Insecure world writable dir “DIR” in PATH, mode 040777
[...] My question is whether this is a general thing; and if yes, whether it could be fixed in TM internally?
If the folder was created by TextMate, then I think the problem is with your umask for the TextMate process, which is inherited from its parent process (Finder / Spotlight / Quicksilver, or however you launched TextMate).
See x-man-page://2/umask (there is a user level command as well).
On 09.09.2008, at 07:54, Allan Odgaard wrote:
On 8 Sep 2008, at 09:50, Hans-Jörg Bibiko wrote:
[...] there's a "problem" with the Pristine's bundle folder permissions.
I get for instance that warning: ... warning: Insecure world writable dir “DIR” in PATH, mode 040777
[...] My question is whether this is a general thing; and if yes, whether it could be fixed in TM internally?
If the folder was created by TextMate, then I think the problem is with your umask for the TextMate process, which is inherited from its parent process (Finder / Spotlight / Quicksilver, or however you launched TextMate).
Hmm. As far as I can remember I started TM via SpotLight. I'll check this.
Thanks for the hint.
--Hans