commit | 36f53993418ed77f323995a7421260326923bb25 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Sep 06 10:07:37 2017 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Fri Jun 07 11:39:24 2019 -0700 |
tree | 4670df398a03bb5955c7c8ca6736a9590788db38 | |
parent | acf19e80318b23721dbcc5acc8119292b4ce0fe5 [diff] |
logd: handle uidToName() directly uidToName() originally used a separate worker thread with additional group permissions. Threads are not security boundaries however, so these group permissions are removed in a previous change. This change handles the lookup for uidToName() directly without using a separate thread. Test: boot CF, logd unit tests Change-Id: If245388bc221bc77102a0bbcee82c8f42b140760