commit | 26dc2b0a7d7e511fd005cb2ec45433d96b5c04a4 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Tue Jun 16 18:49:39 2020 +0800 |
committer | Ken Chen <cken@google.com> | Wed Jun 17 02:58:30 2020 +0800 |
tree | 354d89bb39be42454c61460b56b95b97e8a07e2e | |
parent | 5b757efb3fff2f1f430ed7c78dd7b755b50c774a [diff] |
Allow only AID_ROOT to inject certificate Explicitly specify AID_ROOT as the only uid that can inject certificate. Bug: 150952393 Test: atest Change-Id: If71c0171bc4347979e278752fc49877359f056b7
This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR. The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If you want to enable the DEBUG level logs, using following command. adb shell service call dnsresolver 10 i32 1 VERBOSE 0 DEBUG 1 INFO 2 WARNING 3 ERROR 4 Verbose resolver logs could contain PII -- do NOT enable in production builds.