blob: 0646d73569aa5f2d9f10dd3a5dd142af6d6e8c33 [file] [log] [blame]
Ricardo Cerqueira66d1be52015-02-05 22:33:47 +00001# For the updaters
Brint E. Kriebeld9408b72015-02-17 17:36:37 -08002allow system_app recovery_cache_file:dir create_dir_perms;
3allow system_app recovery_cache_file:file create_file_perms;
4allow system_app media_rw_data_file:dir create_dir_perms;
5allow system_app media_rw_data_file:file create_file_perms;
Ricardo Cerqueiraafc84b52015-02-05 22:33:47 +00006
7# For the updaters
8allow system_app recovery_cache_file:dir {add_name rw_file_perms};
9allow system_app recovery_cache_file:file {create rw_file_perms};