mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
easel.te: read access to sysfs_thermal
am: 401c245984
Change-Id: I4a3902a053e8a176e457c0990ac6bf1e3243e87c
This commit is contained in:
5
sepolicy/vendor/easel.te
vendored
5
sepolicy/vendor/easel.te
vendored
@@ -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;
|
||||
Reference in New Issue
Block a user