Skip to content

Instantly share code, notes, and snippets.

@darkgeek
Created January 26, 2016 18:12
Show Gist options
  • Save darkgeek/f3dc67b1abaa5db3980d to your computer and use it in GitHub Desktop.
Save darkgeek/f3dc67b1abaa5db3980d to your computer and use it in GitHub Desktop.
Enable network connectivity in chrooted environment under Android
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