Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.4
-
Fix Version/s: None
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:Ubuntu 9.04 / x86 / OpenJDK
-
Number of attachments :
Description
After upgrading to JRuby 1.3.0, the directories for installed gems, and directories created by buildr is world writeable (permissions 777), leaving diretories writable for other users.
This was not the case en JRuby 1.2.0 (and neither 1.1.6).
The behaviour is similar in JRuby 1.3.1 and git head as of 9th of July, 2009.
My umask is 022, and regular mkdir in the shell, leaves a directory with "normal" permissions (755).