Toybox 0.8.9-android multicall binary, i am rooted user, and the unshare command refuses to work.
Tested commands
unshare --user --pid --map-root-user --fork bash
unshare: Invalid argument
NX729J-EEA:/ # toybox unshare --fork bash
works
NX729J-EEA:/ # toybox unshare --ipc --fork bash
unshare: Invalid argument
1|NX729J-EEA:/ # toybox unshare --pid --fork bash
unshare: Invalid argument
1|NX729J-EEA:/ # toybox unshare --uts --fork bash
works
NX729J-EEA:/ # toybox unshare --user --fork bash
unshare: Invalid argument
All of these commands work on AMD64 Arch Linux
is there anything i can do to update or fix this command?
Toybox 0.8.9-android multicall binary, i am rooted user, and the unshare command refuses to work. Tested commands unshare --user --pid --map-root-user --fork bash unshare: Invalid argument NX729J-EEA:/ # toybox unshare --fork bash
works NX729J-EEA:/ # toybox unshare --ipc --fork bash
unshare: Invalid argument 1|NX729J-EEA:/ # toybox unshare --pid --fork bash
unshare: Invalid argument 1|NX729J-EEA:/ # toybox unshare --uts --fork bash
works NX729J-EEA:/ # toybox unshare --user --fork bash
unshare: Invalid argument All of these commands work on AMD64 Arch Linux is there anything i can do to update or fix this command?