Closed
Bug 747547
Opened 11 years ago
Closed 11 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•11 years ago
|
OS: Mac OS X → Android
![]() |
Assignee | |
Comment 1•11 years ago
|
||
![]() |
Assignee | |
Updated•11 years ago
|
Attachment #618338 -
Flags: review?(jmaher)
Comment 2•11 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•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7df3e686913a
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•