Opened 10 years ago
Closed 10 years ago
#13204 closed defect (fixed)
directory permissions not being set correctly in build app in node,js
Reported by: | Rawld Gill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | BuildSystem | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Currently set to 774 in node; should be 755 or 775.
This should not affect the build app when used with rhino.
Change History (4)
comment:1 Changed 10 years ago by
Status: | new → assigned |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Permissions seem to be working correctly.
in [25951], removed getMode API in fileUtils--not needed since node.js and rhino accept octal literals.
comment:4 Changed 10 years ago by
Component: | General → BuildSystem |
---|
Looks like these are builder bugs.
Note: See
TracTickets for help on using
tickets.
This was improved in [25521]. Node is still not completely honoring permissions, but you should at least see a 755 permission in node.
Rhino continues to work without error.