sepolicy: update init.te for zram device
Bug: 269221861 Bug: 270633329 Test: Boot Change-Id: I050e9a72006dcd0b71ba1232e38e5f96bce4c967
This commit is contained in:
parent
e476047167
commit
ee8c7c2df2
2 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@ hal_dumpstate_default vendor_displaycolor_service service_manager b/264600086
|
||||||
hal_dumpstate_default vendor_modem_prop property_service b/264482983
|
hal_dumpstate_default vendor_modem_prop property_service b/264482983
|
||||||
hal_secure_element_uicc hal_secure_element_hwservice hwservice_manager b/264483151
|
hal_secure_element_uicc hal_secure_element_hwservice hwservice_manager b/264483151
|
||||||
hal_secure_element_uicc hidl_base_hwservice hwservice_manager b/264483151
|
hal_secure_element_uicc hidl_base_hwservice hwservice_manager b/264483151
|
||||||
init ram_device blk_file b/270633329
|
|
||||||
mtectrl unlabeled dir b/264483752
|
mtectrl unlabeled dir b/264483752
|
||||||
pixelstats_vendor servicemanager binder b/264483357
|
pixelstats_vendor servicemanager binder b/264483357
|
||||||
pixelstats_vendor sysfs_pixelstats file b/264483319
|
pixelstats_vendor sysfs_pixelstats file b/264483319
|
||||||
|
|
1
vendor/init.te
vendored
1
vendor/init.te
vendored
|
@ -9,4 +9,5 @@ allow init custom_ab_block_device:lnk_file relabelto;
|
||||||
allow init boot_block_device:lnk_file relabelto;
|
allow init boot_block_device:lnk_file relabelto;
|
||||||
|
|
||||||
allow init persist_file:dir mounton;
|
allow init persist_file:dir mounton;
|
||||||
|
allow init ram_device:blk_file w_file_perms;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue