mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Changes
This commit is contained in:
parent
b650e7a07f
commit
fe66b008c0
4 changed files with 22 additions and 86 deletions
|
@ -1,6 +1,16 @@
|
|||
#============= install_recovery ==============
|
||||
allow install_recovery unlabeled:dir search;
|
||||
|
||||
#============= priv_app ==============
|
||||
allow priv_app unlabeled:dir search;
|
||||
|
||||
#============= storaged ==============
|
||||
allow storaged debugfs_mmc:dir search;
|
||||
allow storaged debugfs_mmc:file read;
|
||||
|
||||
|
||||
OLD
|
||||
|
||||
#============= 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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue