9a2030010d
* taken from https://github.com/lineage-geminipda/android_device_planet_geminipda Change-Id: I80708a4650646ecd870b60217cafc0212aa2022e (cherry picked from commit ce9dd0181db0cdeabb9edaf3781d74fb6645bb98)
5 lines
195 B
Plaintext
5 lines
195 B
Plaintext
# Allow formatting userdata or cache partitions
|
|
allow mkfs block_device:dir search;
|
|
allow mkfs userdata_block_device:blk_file rw_file_perms;
|
|
allow mkfs cache_block_device:blk_file rw_file_perms;
|