Remove misc_block_device

This commit is contained in:
Kamil Trzcinski 2016-11-24 12:15:49 +01:00
parent 2b4d9cd6c8
commit 9d4a47ba5c
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@
/dev/block/by-name/UDISK u:object_r:userdata_block_device:s0
/dev/block/by-name/metadata u:object_r:metadata_block_device:s0
/dev/block/by-name/cache u:object_r:cache_block_device:s0
/dev/block/by-name/misc u:object_r:misc_block_device:s0
#/dev/block/by-name/misc u:object_r:misc_block_device:s0
/dev/block/by-name/alog u:object_r:log_block_device:s0
/dev/block/by-name/private u:object_r:private_block_device:s0
@ -59,4 +59,4 @@
/dev/opteearmtz00 u:object_r:tee_device:s0
# opteearmtz00
/system/bin/tee_supplicant u:object_r:optee_exec:s0
/system/bin/tee_supplicant u:object_r:optee_exec:s0

View file

@ -5,7 +5,7 @@ allow init tmpfs:lnk_file create_file_perms;
allow init userdata_block_device:blk_file rw_file_perms;
#allow init cache_block_device:blk_file rw_file_perms;
#allow init log_block_device:blk_file rw_file_perms;
allow init misc_block_device:blk_file rw_file_perms;
#allow init misc_block_device:blk_file rw_file_perms;
allow init vfat:dir { search mounton write add_name setattr};
allow init socket_device:sock_file { create setattr unlink};
allow init proc_bluetooth_writable:file write;