Set system_lib_file for libs in tethering apex

The library (libcom.android.tethering.connectivity_native.so) in the
apex is a part of LLNDK. So it should be properly labelled so that
vendor can access it.

Bug: n/a
Test: m com.android.tethering
Test: adb shell -lZ /apex/com.android.tethering/lib64
Change-Id: I6c949c992042f4a38f25ca6f4243d31e81354467
This commit is contained in:
Jooyung Han 2023-02-17 12:41:19 +09:00
parent 9bc9a63b68
commit a5506bcd8f

View file

@ -1,2 +1,3 @@
(/.*)? u:object_r:system_file:s0
/bin/for-system/clatd u:object_r:clatd_exec:s0
/lib(64)?(/.*) u:object_r:system_lib_file:s0