| commit | d3df189740080d0c8aa2c7632f6a58825bfc28ad | [log] [tgz] |
|---|---|---|
| author | ThiƩbaud Weksteen <tweek@google.com> | Tue Feb 11 12:57:47 2025 +1100 |
| committer | ThiƩbaud Weksteen <tweek@google.com> | Tue Feb 11 13:08:27 2025 +1100 |
| tree | 23890764ab35292c4ef80f9e4baf0a63c46b467f | |
| parent | 4fe5c99d101e60db3accbf1c5c0ab1ad5656734c [diff] |
logd.auditd: Skip caching for pidToUid and pidToName Skip the caching introduced by LogStatistics for audit messages. The pid <-> uid mapping may be outdated, which leads to meaningless field values in denial messages. Note that the call to android::UidToName is kept, as the mapping is based on /data/misc/packages.list which is updated using inotify. Bug: 368380090 Test: presubmit Change-Id: I3a9971dbc3b59e91471cc2097fbb4c95a6bdcabe