potter: set fm_qsoc_patches domain

This commit is contained in:
Vachounet
2017-04-19 15:01:22 +02:00
parent 3c958cea33
commit 126491147d
2 changed files with 5 additions and 1 deletions

View File

@@ -12,9 +12,10 @@
/system/bin/init\.mmi\.touch\.sh u:object_r:mmi_touch_sh_exec:s0
/system/bin/motosh u:object_r:sensor_hub_exec:s0
/system/bin/akmd09912 u:object_r:akmd_exec:s0
/system/bin/fm_qsoc_patches u:object_r:fm_qsoc_patches_exec:s0
# Camera
/sys/kernel/range(/.*)? u:object_r:sysfs_mmi_laser:s0
/sys/kernel/range(/.*)? u:object_r:sysfs_mmi_laser:s0
# CMActions
/sys/homebutton/enable u:object_r:sysfs_homebutton:s0

View File

@@ -0,0 +1,3 @@
type fm_qsoc_patches, domain, domain_deprecated;
type fm_qsoc_patches_exec, exec_type, file_type;
init_daemon_domain(fm_qsoc_patches)