sepolicy: prevent muxreport from crashing when reloading modem

This commit is contained in:
Mister Oyster 2017-12-27 17:19:49 +01:00
parent 93b88ec8c2
commit 06e457fa37
1 changed files with 4 additions and 0 deletions

View File

@ -8,4 +8,8 @@ allow md_ctrl devpts:chr_file rw_file_perms;
allow md_ctrl muxreport_exec:file rx_file_perms;
allow md_ctrl self:capability dac_override;
# sysfs_ccci
allow md_ctrl sysfs_ccci:dir { r_file_perms search };
allow md_ctrl sysfs_ccci:file r_file_perms;
set_prop(md_ctrl,vold_encryption_type_prop);