Confirmed users
85
edits
| Line 190: | Line 190: | ||
== Current == | == Current == | ||
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> ( | * <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]) | ||
* Some /proc/self/ content is usually changeable by the process, after setuid/setgid, those permissions are wrong | * 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'' | ** affects ''b2g'' process since it tries to change ''/proc/self/oom_score_adj'' | ||
| Line 196: | Line 196: | ||
* Remoting wifi kernel driver loading | * Remoting wifi kernel driver loading | ||
* Remoting setpriority() | * Remoting setpriority() | ||
* Remoting | * <strike>Remoting PowerOff()</strike> (done) | ||
* Remoting Reboot() | |||
* Finding more locations in code to remote | * Finding more locations in code to remote | ||