msm8226-common: resolve sepolicy denials

Change-Id: Iea4bbd17a420a06d55658a4a52bdcabf14cf4d2c
This commit is contained in:
Francescodario Cuzzocrea 2019-12-11 22:08:09 +01:00
parent 320c019e22
commit 8296402cb4
3 changed files with 8 additions and 0 deletions

View file

@ -1,2 +1,3 @@
allow hal_lineage_touch_default sysfs_sec_tsp:dir search;
allow hal_lineage_touch_default sysfs_sec_tsp:file rw_file_perms;
allow hal_lineage_touch_default sysfs_sec_touchkey:dir search;

View file

@ -46,6 +46,11 @@ allow init {
sysfs_mmc_host
sysfs_msm_perf
sysfs_msm_power
sysfs_net
sysfs_sec_key
sysfs_thermal
}:file w_file_perms;
allow init {
wcnss_device
}:chr_file w_file_perms;

View file

@ -1 +1,3 @@
allow wcnss_service efs_file:dir search;
allow wcnss_service wifi_efs_file:dir search;
allow wcnss_service wifi_efs_file:file r_file_perms;