remove unnecessary dalvik rules from recovery

Change-Id: Ic0dd1162e268ce54e11de08b18dd7df47ab12147
This commit is contained in:
Daniel Micay 2016-08-16 21:23:28 -04:00
parent b32b4a112f
commit 510771ff92

View File

@ -66,8 +66,6 @@ recovery_only(`
allow recovery dev_type:blk_file rw_file_perms; allow recovery dev_type:blk_file rw_file_perms;
# GUI # GUI
allow recovery self:process execmem;
allow recovery ashmem_device:chr_file execute;
allow recovery graphics_device:chr_file rw_file_perms; allow recovery graphics_device:chr_file rw_file_perms;
allow recovery graphics_device:dir r_dir_perms; allow recovery graphics_device:dir r_dir_perms;
allow recovery input_device:dir r_dir_perms; allow recovery input_device:dir r_dir_perms;