mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-19 21:04:26 -05:00
f122ccb9f1
- Disable patches with restrictive licenses by default - Update LICENSE - Fixup the fix for F-Droid building - 15.1: Fix forceencrypt on mako - 15.1: Fix crashes when accessing factory reset and development settings menus on devices without support for factory reset protection or oem unlocking
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 };
|