• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#====================== uncrypt.te ======================
2# uncrypt for mtd
3allow uncrypt mtd_device:chr_file rw_file_perms;
4allow uncrypt mtd_device:dir search;
5
6allow uncrypt misc_device:chr_file ~rename;
7allow uncrypt userdata_block_device:blk_file w_file_perms;
8allow uncrypt para_block_device:blk_file w_file_perms;
9allow uncrypt system_app_data_file:dir { getattr search };
10allow uncrypt system_app_data_file:file { read getattr };
11allow uncrypt media_rw_data_file:dir { getattr search };
12allow uncrypt media_rw_data_file:file r_file_perms;
13allow uncrypt ota_package_file:file w_file_perms;
14