mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
17 lines
485 B
Plaintext
17 lines
485 B
Plaintext
#============= 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 };
|