commit | ec338e1d73938166a78240743d433f87d723913d | [log] [tgz] |
---|---|---|
author | Pavel Maltsev <pavelm@google.com> | Sun Apr 29 12:49:40 2018 -0700 |
committer | Pavel Maltsev <pavelm@google.com> | Sun Apr 29 17:30:21 2018 -0700 |
tree | 8bceabcf90d298158b1bb0aac87a789cbaeab768 | |
parent | ccf170279da2c014ec194f25cac552c7e4dd60db [diff] |
Move Car Service to its own security domain Before this change Car Service was running in system_app domain which didn't allow us to have fine grain access control. For example, we had to grant VHAL client access to all system apps, etc. Also, make KitchenSink to run in the same security domain as Car Service (it has direct access to VHAL for test / debug purpose) Bug: 70637118 Test: m && emulator ; also verified on bat_land Change-Id: I8d27ae280ef6badf3a10b71a6efa47e92987f255