termux-tools: improve description of 'single-user' environment in termux.1 manpage
This commit is contained in:
parent
d340a1605e
commit
61fccaf2d0
@ -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
|
||||
==================
|
||||
|
Loading…
Reference in New Issue
Block a user