vendor: sepolicy: adress IOP denials

Change-Id: I6e30574c3cece5f8d95d2a58290d80c872f24656
This commit is contained in:
thecrazyskull 2016-11-19 07:51:22 -05:00
parent 7e77cafa6e
commit 08029e68cb
1 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,6 @@ allow dumpstate iop_socket:sock_file unlink;
allow dumpstate iop_data_file:sock_file { setattr create };
allow dumpstate dalvikcache_data_file:dir r_dir_perms;
allow dumpstate dalvikcache_data_file:file r_file_perms;
allow dumpstate dalvikcache_data_file:file r_file_perms;
allow dumpstate fuse:dir r_dir_perms;
allow dumpstate fuse:file r_file_perms;