klte-common: sepolicy: Address system_server denials

*wifi_efs_file
*app_data_file

Change-Id: I80d63260d081ca0c769918010a8fe6720fb3da3a
This commit is contained in:
Kevin F. Haggerty 2016-05-15 15:02:15 -06:00 committed by Oskar Kratochvil
parent f4da350e72
commit 6a11bbd692
1 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,6 @@ allow system_server sysfs_sec:dir search;
allow system_server sysfs_sec:file rw_file_perms;
allow system_server sysfs_vibeamp:dir search;
allow system_server sysfs_vibeamp:file rw_file_perms;
allow system_server wifi_efs_file:dir search;
allow system_server wifi_efs_file:file r_file_perms;
allow system_server app_data_file:file rename;