GNOME Bugzilla – Bug 755945
tracker: detect uid from /proc/pid
Last modified: 2015-10-06 21:08:11 UTC
Owner UID of the /proc/[pid]/cmdline could be different than process real UID while /proc/[pid] owner is expected to be equal.
Created attachment 312495 [details] [review] tracker: detect uid from /proc/pid Owner UID of the /proc/[pid]/cmdline could be different than process real UID while /proc/[pid] owner is expected to be equal. Signed-off-by: Denis Zalevskiy <denis.zalevskiy@jolla.com>
Review of attachment 312495 [details] [review]: Looks good to me, thanks for the patch Denis! Please go ahead and commit. If you need to, I can.
Attachment 312495 [details] pushed as 6d942b0 - tracker: detect uid from /proc/pid
(In reply to Martyn Russell from comment #2) > Review of attachment 312495 [details] [review] [review]: > > Looks good to me, thanks for the patch Denis! Please go ahead and commit. If > you need to, I can. Thanks for the review!