|
|
| Line 196: |
Line 196: |
| * Remoting setpriority() | | * Remoting setpriority() |
| * Finding more locations in code to remote | | * Finding more locations in code to remote |
|
| |
| = Todo =
| |
| * remote wifi kernel driver loading
| |
| * <strike>solve problem of setuid/setgid after nuwa forks (requires root)</strike>
| |
| ** thanks to b2gloader nuwa can be started with root and b2g can drop to system:system in its main function
| |
| * 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
| |