Merge "[ALPS03869354] Fix factory mode backlight and vibrator test fail" into alps-trunk-p0.basic

Change-Id: I4cae156e47e9c84f32c0a27b40e6d3cf2ec15b40
MTK-Commit-Id: dba6607b2cbc0405f5b6ebe6af8a1ee5a6370eb2
This commit is contained in:
Chang-An Chen 2020-01-18 09:59:02 +08:00 committed by Gerrit Code Review
commit 7d98ad0f0f

View File

@ -332,3 +332,11 @@ allow factory sysfs_wake_lock:file rw_file_perms;
##allow factory system_data_file:dir w_dir_perms; ##allow factory system_data_file:dir w_dir_perms;
##allow factory system_data_file:sock_file create_file_perms; ##allow factory system_data_file:sock_file create_file_perms;
allow factory system_file:file x_file_perms; allow factory system_file:file x_file_perms;
# For Light HIDL permission
allow factory hal_light_hwservice:hwservice_manager find;
allow factory mtk_hal_light:binder call;
# For vibrator test permission
allow factory sysfs_vibrator:file rw_file_perms;
allow factory sysfs_vibrator:dir search;