diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-03-14 00:02:19 +0100 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-18 10:01:34 +0200 |
commit | d20b92ab668cc44fc84bba0001839c5a8013a5cd (patch) | |
tree | 6a9f99ed0aa7563fcc990f9ec36ae2704672a961 /init | |
parent | userns: Convert bsd process accounting to use kuid and kgid where appropriate (diff) | |
download | linux-d20b92ab668cc44fc84bba0001839c5a8013a5cd.tar.xz linux-d20b92ab668cc44fc84bba0001839c5a8013a5cd.zip |
userns: Teach trace to use from_kuid
- When tracing capture the kuid.
- When displaying the data to user space convert the kuid into the
user namespace of the process that opened the report file.
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 6de46ef12e3f..2a388e569a28 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -927,7 +927,6 @@ config UIDGID_CONVERTED # Features depends on IMA = n depends on EVM = n - depends on TRACING = n depends on FS_POSIX_ACL = n depends on QUOTA = n depends on QUOTACTL = n |