Created
January 26, 2016 18:12
-
-
Save darkgeek/f3dc67b1abaa5db3980d to your computer and use it in GitHub Desktop.
Enable network connectivity in chrooted environment under Android
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add the following two lines to `/etc/group`: | |
inet:x:3003:root | |
net_raw:x:3004:root | |
Then, add other users to those groups. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment