easel.te: read access to sysfs_thermal

Bug: b/70857705
Test: manual

Change-Id: I539f3cbc9fe69aa0c3f5bbf21599c0a126594188
This commit is contained in:
Ke Bai
2017-12-21 16:04:23 -08:00
parent ec90390658
commit 401c245984

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;