AnotherTerm-docs

Another Term documentation (wiki replacement)

View this documentation on GitHub View the described project on GitHub GitHub all releases Get it on Google Play Support Project

Local shell

Environment

Android has a Linux kernel and permits applications to execute arbitrary binaries with some restrictions comparing to a usual Linux box. Some people see it as the main Android advantage against iOS.
iOS implementations, UTM for example, require sideload (and developer account) for older device versions and jailbreak for newer ones that is not a pleasant experience; QEMU also makes some performance impact.

Some notes

About sandboxes

PRoot is able to isolate a rootfs environment on some level with relatively fine access permissions granularity. The only thing it can’t manage is the termsh. This is the way this access control has been implemented:

Another concern was about checking the server side credentials from inside of a PRooted environment to filter out possible spoofing. It has been solved by introducing TERMSH_UID environment variable to be set to the real UID.

Dedicated menu options

Send a Signal — If the terminal is in the raw mode, it does not intercept control bytes, this option helps to send a signal to the foreground process group.

Session Permissions — Acts exactly as named: provides a way to view / change them.