Confirmed users
85
edits
| Line 197: | Line 197: | ||
What is currently worked on will be listed here: | What is currently worked on will be listed here: | ||
* <strike>Solve problem of setuid/setgid after nuwa forks (requires root)</strike> (done: with help of [https://bugzilla.mozilla.org/show_bug.cgi?id=845738#c8 b2gloader]) | * <strike>Solve problem of setuid/setgid after nuwa forks (requires root)</strike> (done: with help of [https://bugzilla.mozilla.org/show_bug.cgi?id=845738#c8 b2gloader]) | ||
* Remoting wifi operations | * Remoting wifi operations | ||
* <strike>Remoting PowerOff()</strike> (done) | * <strike>Remoting PowerOff()</strike> (done) | ||
* Remoting Reboot() | * Remoting Reboot() | ||
* Remoting setpriority() | |||
* Fix screenshot permission denied | * Fix screenshot permission denied | ||
* Some /proc/self/ content is usually changeable by the process, after setuid/setgid, those permissions are wrong | |||
** affects ''b2g'' process since it tries to change ''/proc/self/oom_score_adj'' | |||
** re-exec would solve this, but increases memory usage and would make the b2gloader useless | |||
* Finding more locations in code to remote | * Finding more locations in code to remote | ||