Prepare for Mali r44p0 UMD update
Add selinux rule to allow new V2 interface file alongside of V1 used up to r43p0. The V1 entry will be removed once the r44p0 UMD update completes. This decouples small changes from large, potentially intrusive ones in other repositories. Bug: 284254900 Change-Id: Ia928f871d8ea1fdbfb963cecb8fc4a99947e443e
This commit is contained in:
parent
eb242f21f6
commit
ca2f1c7d86
1 changed files with 1 additions and 0 deletions
1
vendor/file_contexts
vendored
1
vendor/file_contexts
vendored
|
@ -32,6 +32,7 @@
|
|||
# Vendor Firmwares
|
||||
/vendor/firmware(/.*)? u:object_r:vendor_fw_file:s0
|
||||
/vendor/lib64/arm\.mali\.platform-V1-ndk\.so u:object_r:same_process_hal_file:s0
|
||||
/vendor/lib64/arm\.mali\.platform-V2-ndk\.so u:object_r:same_process_hal_file:s0
|
||||
|
||||
# Vendor libraries
|
||||
/vendor/lib(64)?/libgxp\.so u:object_r:same_process_hal_file:s0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue