termux-tools: improve description of 'single-user' environment in termux.1 manpage

This commit is contained in:
Leonid Pliushch 2020-11-24 02:26:55 +02:00
parent d340a1605e
commit 61fccaf2d0
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 7 additions and 4 deletions

View File

@ -474,11 +474,14 @@ learn about the major differences.
Consider to rebuild your software in Termux environment by using clang.
`Only one user`
: Termux environment is single-user only. There no any kind of privilege
separation and you cannot change the given user id or name.
: Termux environment is single-user only. It operates under user id
assigned by Android OS which you cannot change.
Be extremely careful when executing third-party scripts as they are
able to tamper files in Termux prefix.
There no privilege separation, all Termux files such as package data
or user data in home directory is owned by same user id. Be extremely
careful when executing third-party scripts as they can easily do
unauthorized modifications which may lead to broken Termux installation
or lost user data.
PACKAGE MANAGEMENT
==================