Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d3d5d5e2 authored by Michael Bestas's avatar Michael Bestas
Browse files

Change search order for system processes in vndk_lite.

Originally, vndk_lite does not include product/lib and product_services/lib
directories first but searches for the required files in vendor/lib and odm/lib.
However, if a vendor/odm library with the same name exists, that causes the
vendor/odm library to be set as dependency to the system process that is searching
for the library, hitting neverallow SELinux denials.
To avoid this problem, allow the system processes in vndk_lite devices
to search product/lib and product_services/lib prior to vendor/lib and odm/lib.

Test: Check boot for vndk_lite devices.

Change-Id: I4113938d0803480f682c3521765e1d5f3c19ab79
parent d686176a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment