commit | 9c778045b2e687b0141eb0ed0f3ae583bf3695c4 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Jan 25 11:31:09 2018 -0800 |
committer | Jeffrey Vander Stoep <jeffv@google.com> | Mon Jan 29 18:07:41 2018 +0000 |
tree | d74603f4423b2377d37b22f363df3c103730265e | |
parent | 03ba44532697a54dd19722c519294445eec51d9a [diff] |
Remove vendor_init from coredomain vendor_init exists on the system partition, but it is meant to be an extention of init that runs with vendor permissions for executing vendor scripts, therefore it is not meant to be in coredomain. Bug: 62875318 Test: boot walleye Merged-In: I01af5c9f8b198674b15b90620d02725a6e7c1da6 Change-Id: I01af5c9f8b198674b15b90620d02725a6e7c1da6
diff --git a/tests/treble_sepolicy_tests.py b/tests/treble_sepolicy_tests.py index 3c5c535..2f9e994 100644 --- a/tests/treble_sepolicy_tests.py +++ b/tests/treble_sepolicy_tests.py
@@ -38,6 +38,7 @@ 'postinstall_dexopt', 'recovery', 'system_server', + 'vendor_init', } coredomainWhitelist |= coreAppdomain