mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 15:09:54 +00:00
Allow easel to read sysfs_easel dir
Test: easelmanagerd_client_example Change-Id: I494e35e8127cba0bcbfcd9ed68776268dfb42131
This commit is contained in:
3
sepolicy/vendor/easel.te
vendored
3
sepolicy/vendor/easel.te
vendored
@@ -10,4 +10,5 @@ vndbinder_use(easel)
|
||||
|
||||
# access easel dev nodes
|
||||
allow easel easel_device:chr_file rw_file_perms;
|
||||
allow easel sysfs_easel:file rw_file_perms;
|
||||
allow easel sysfs_easel:file rw_file_perms;
|
||||
allow easel sysfs_easel:dir r_dir_perms;
|
||||
|
||||
Reference in New Issue
Block a user