Support linkerconfig in Runtime APEX
Add additional sepolicy so linkerconfig in Runtime APEX can be executed from init. Bug: 165769179 Test: Cuttlefish boot succeeded Change-Id: Ic08157ce4c6a084db29f427cf9f5ad2cb12e50dd
This commit is contained in:
parent
ab5e7d3671
commit
357f5c4b1b
2 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,5 @@
|
|||
(/.*)? u:object_r:system_file:s0
|
||||
/bin/crash_dump(32|64) u:object_r:crash_dump_exec:s0
|
||||
/bin/linker(64)? u:object_r:system_linker_exec:s0
|
||||
/bin/linkerconfig u:object_r:linkerconfig_exec:s0
|
||||
/lib(64)?(/.*)? u:object_r:system_lib_file:s0
|
||||
|
|
|
@ -283,6 +283,7 @@
|
|||
/system/bin/linker(64)? u:object_r:system_linker_exec:s0
|
||||
/system/bin/linkerconfig u:object_r:linkerconfig_exec:s0
|
||||
/system/bin/bootstrap/linker(64)? u:object_r:system_linker_exec:s0
|
||||
/system/bin/bootstrap/linkerconfig u:object_r:linkerconfig_exec:s0
|
||||
/system/bin/llkd u:object_r:llkd_exec:s0
|
||||
/system/bin/lmkd u:object_r:lmkd_exec:s0
|
||||
/system/bin/usbd u:object_r:usbd_exec:s0
|
||||
|
|
Loading…
Reference in a new issue