Confirmed users
85
edits
(→Todo) |
|||
| Line 191: | Line 191: | ||
= Todo = | = Todo = | ||
* remote wifi kernel driver loading | * remote wifi kernel driver loading | ||
* solve problem of setuid/setgid after nuwa forks (requires root) | * <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 | * 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'' | ||
** re-exec would solve this, but increases memory usage and would make the b2gloader useless | ** re-exec would solve this, but increases memory usage and would make the b2gloader useless | ||