mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 14:36:17 -04:00
Many changes
- Add a variable to control inclusion of patches under a restrictive license - Fix F-Droid building - Add a buildDeviceDebug function that disables signing - Misc tweaks/cleanup - 15.1: Revert trust_interface cherry picks until official
This commit is contained in:
parent
f041047983
commit
28600556b4
10 changed files with 81 additions and 24 deletions
9
Misc/audit2allow-mako.txt
Normal file
9
Misc/audit2allow-mako.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
#============= install_recovery ==============
|
||||
allow install_recovery unlabeled:dir { add_name remove_name write };
|
||||
allow install_recovery unlabeled:file { create open setattr unlink write };
|
||||
|
||||
#============= kickstart ==============
|
||||
allow kickstart usbfs:dir search;
|
||||
|
||||
#============= vold ==============
|
||||
allow vold persist_file:dir { ioctl open read };
|
Loading…
Add table
Add a link
Reference in a new issue