commit | 68eb94f16227336a5773b83ecfa8290f1d6b78ce | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Jan 03 10:23:11 2017 +1300 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Jan 24 12:03:09 2017 +1300 |
tree | 2dfcf480bbfce233747c6d7d40a120850f1256a2 | |
parent | 9227dd2a84a765fcfef1677ff17de0958b192eda [diff] |
proc: Better ownership of files for non-dumpable tasks in user namespaces Instead of making the files owned by the GLOBAL_ROOT_USER. Make non-dumpable files whose mm has always lived in a user namespace owned by the user namespace root. This allows the container root to have things work as expected in a container. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>