]> git.karo-electronics.de Git - linux-beck.git/commit
userns: Convert bsd process accounting to use kuid and kgid where appropriate
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 8 Feb 2012 00:54:50 +0000 (16:54 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 18 Sep 2012 08:01:33 +0000 (01:01 -0700)
commitf8f3d4de2d04e1a5b4293b67faee8ebabc64e9fa
treea099887284cba6d43994713cbc4ec356357fef65
parent4bd6e32acec66c55c6c1af4672f3216b2ac88e35
userns: Convert bsd process accounting to use kuid and kgid where appropriate

BSD process accounting conveniently passes the file the accounting
records will be written into to do_acct_process.  The file credentials
captured the user namespace of the opener of the file.  Use the file
credentials to format the uid and the gid of the current process into
the user namespace of the user that started the bsd process
accounting.

Cc: Pavel Emelyanov <xemul@openvz.org>
Reviewed-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
init/Kconfig
kernel/acct.c