mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: resolve sepolicy denials
Change-Id: Iea4bbd17a420a06d55658a4a52bdcabf14cf4d2c
This commit is contained in:
parent
320c019e22
commit
8296402cb4
3 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue