rootshell: use seteuid/setegid instead

This is also what sshell does.
This commit is contained in:
Will Greenberg
2024-07-22 17:51:02 -07:00
committed by Cooper Quintin
parent a5b784c259
commit 8e256b6455
5 changed files with 37 additions and 17 deletions

View File

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