commit | 43e210d6820093651ba8a358d8844c0868e70cd0 | [log] [tgz] |
---|---|---|
author | Alexey Gladkov <gladkov.alexey@gmail.com> | Sat Oct 10 19:27:14 2020 +0200 |
committer | Alexey Gladkov <gladkov.alexey@gmail.com> | Fri Oct 16 17:39:42 2020 +0200 |
tree | 90b9ed44cf41cbab3a6eabe273e74cf4b3ad0b8b | |
parent | 57b4fe6cb4bdfcc01febd323eac421e633178445 [diff] |
Allow to change the user namespace in which user processes are counted Added a new prctl to change the user namespace in which the process counter is located. A pointer to the user namespace is in cred struct to be inherited by all child processes. Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>