]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: use the current user namespace for DIF_VAR_[UG]ID lookups
authorNick Alcock <nick.alcock@oracle.com>
Thu, 7 May 2015 14:19:07 +0000 (15:19 +0100)
committerKris Van Hees <kris.van.hees@oracle.com>
Tue, 21 Jul 2015 06:51:24 +0000 (02:51 -0400)
commit2a9ddcd2fabe06bc64a627431ef541946995d27b
tree62990ca18a1d5a82b67f6830a56fa3620e75b1b4
parenta207dccea60f94208ec40b2710661f38cee91d82
dtrace: use the current user namespace for DIF_VAR_[UG]ID lookups

These lookups are not used for authentication, but rather are passed back
to DTrace itself: it seems reasonable that in this case the user would expect
them to be relative to the user namespace of the current process.

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
Acked-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/dtrace_dif.c