rootshell: use magic Android GIDs to access sockets

Android kernels with CONFIG_ANDROID_PARANOID_NETWORK extensions set
require users to have a few special group IDs before getting network
access. Unfortunately, we need to use nightly to get access to the
.groups() method.
This commit is contained in:
Will Greenberg
2024-07-22 16:48:17 -07:00
committed by Cooper Quintin
parent 25fa4aa0c1
commit 0237cb799b
3 changed files with 14 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
targets: armv7-unknown-linux-gnueabihf
- name: Install cross-compilation dependencies