Closed
Bug 747547
Opened 13 years ago
Closed 13 years ago
SUT agent: set permissions on pushed files
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla15
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
|
2.33 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
Remote files created with SUT agent's Push command are created with default permissions (I typically see rw-------). This causes a problem for xpcshell tests: xpcshell must be executable.
Note also that devicemanagerADB's pushFile calls 'chmod 777' on each remote file.
Unless there are security concerns, I would like to attempt to set all pushed files permissions to 777.
| Assignee | ||
Updated•13 years ago
|
OS: Mac OS X → Android
| Assignee | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Attachment #618338 -
Flags: review?(jmaher)
Comment 2•13 years ago
|
||
Comment on attachment 618338 [details] [diff] [review]
set pushed file and directory permissions to 777
Review of attachment 618338 [details] [diff] [review]:
-----------------------------------------------------------------
looks pretty straightforward.
Attachment #618338 -
Flags: review?(jmaher) → review+
| Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•