nix-on-droid/AUTHORS
Zhong Jianxin 8bcadcef69 login: Do not dereference proot binds /bin and /etc
`/bin` and `/etc` are symlinks to `/system/bin` and `/system/etc`, by
default proot will dereference and override them with new contents.

After this change, `/system/bin` and `/system/etc` are kept untouched,
so commands like `/system/bin/ping` can be run directly.
2024-07-10 13:55:08 +02:00

5 lines
183 B
Text

Alexander Sosedkin <monk@unboiled.info>
Tobias Happ <tobias.happ@gmx.de>
Bruno Bigras <bigras.bruno@gmail.com>
Evgeny Kurnevsky <kurnevsky@gmail.com>
Zhong Jianxin <azuwis@gmail.com>