Sepolicy: allow RILD to access health monitor device

Assign read permission on system health monitor device
to RILD

Change-Id: I1691c8354d55f0caea7cf7d85847a15e5e6a344c
This commit is contained in:
Richard LIU
2014-12-17 11:44:06 +08:00
committed by Steve Kondik
parent 8610282347
commit 2a2c5b7193

View File

@@ -15,6 +15,7 @@ allow rild mediaserver:binder { transfer call };
allow rild diag_device:chr_file { open read write };
allow rild rild_socket:chr_file { open read write };
allow rild system_health_monitor_device:chr_file r_file_perms;
allow rild sysfs_ssr:dir r_dir_perms;
allow rild sysfs_ssr:lnk_file read;