This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_motorola_sanders/sepolicy/vold.te
Vache da902d3674 sanders: label mmcblk0p35 as metadata_block_device
* No idea why /dev/block/bootdevice/by-name/metadata doesn't work
* Also apply proper vold rules
* Fix encryption
2018-04-27 14:07:17 -03:00

3 lines
110 B
Plaintext

allow vold persist_file:dir { ioctl open read };
allow vold metadata_block_device:blk_file { rw_file_perms };