easel.te: read access to sysfs_thermal am: 401c245984

am: c97b49a5cb

Change-Id: Ied8a65855553fe6cc8e00980a6b36ff01fa2b94f
This commit is contained in:
Ke Bai
2018-01-03 20:17:52 +00:00
committed by android-build-merger

View File

@@ -12,3 +12,8 @@ vndbinder_use(easel)
allow easel easel_device:chr_file rw_file_perms;
allow easel sysfs_easel:file rw_file_perms;
allow easel sysfs_easel:dir r_dir_perms;
# access easel thermal sysfs
allow easel sysfs_thermal:dir r_dir_perms;
allow easel sysfs_thermal:file r_file_perms;
allow easel sysfs_thermal:lnk_file r_file_perms;