Label /system_ext/lib(64)/* as system_lib_file

This needs to be updated to api 30.0 which introduced the system_ext.

Bug: 160314910
Test: build and boot
Change-Id: I08c4aed640467d11482df08613039726e7395be0
This commit is contained in:
Justin Yun 2020-07-02 11:22:43 +09:00
parent 5e8c92003f
commit 088587886c
2 changed files with 4 additions and 0 deletions

View file

@ -453,6 +453,8 @@
/(system_ext|system/system_ext)/bin/aidl_lazy_test_server u:object_r:aidl_lazy_test_server_exec:s0
/(system_ext|system/system_ext)/bin/hidl_lazy_test_server u:object_r:hidl_lazy_test_server_exec:s0
/(system_ext|system/system_ext)/lib(64)?(/.*)? u:object_r:system_lib_file:s0
#############################
# Vendor files from /(product|system/product)/vendor_overlay
#

View file

@ -456,6 +456,8 @@
/(system_ext|system/system_ext)/bin/aidl_lazy_test_server u:object_r:aidl_lazy_test_server_exec:s0
/(system_ext|system/system_ext)/bin/hidl_lazy_test_server u:object_r:hidl_lazy_test_server_exec:s0
/(system_ext|system/system_ext)/lib(64)?(/.*)? u:object_r:system_lib_file:s0
#############################
# Vendor files from /(product|system/product)/vendor_overlay
#