Confirmed users
85
edits
(→Todo) |
|||
| Line 193: | Line 193: | ||
== 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> | |||
** 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 | |||
* Remoting wifi kernel driver loading | * Remoting wifi kernel driver loading | ||
* Remoting setpriority() | * Remoting setpriority() | ||
* Finding more locations in code to remote | * Finding more locations in code to remote | ||