mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
|
#============= install_recovery ==============
|
||
|
allow install_recovery unlabeled:dir { add_name remove_name write };
|
||
|
allow install_recovery unlabeled:file { create open setattr unlink write };
|
||
|
|
||
|
#============= vold ==============
|
||
|
allow vold persist_file:dir { ioctl open read };
|