hal_dumpstate_default: Fix avc denial of focaltech_touch.
Fixed following avc denial: avc: denied { read } for name="focaltech_touch" dev="proc" ino=4026535419 scontext=u:r:hal_dumpstate_default:s0 tcontext=u:object_r:proc_touch:s0 tclass=dir permissive=0 Bug: 199105131 Test: Verify pass by checking device log are w/o above errors when trigger bugreport. Change-Id: Id2af1f59cd397f0332fba94f68d9940f612a8e81
This commit is contained in:
parent
ece8953942
commit
882527f08b
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ allow hal_dumpstate_default sysfs_scsi_devices_0000:file r_file_perms;
|
|||
allow hal_dumpstate_default sysfs_touch:dir r_dir_perms;
|
||||
allow hal_dumpstate_default sysfs_touch:file rw_file_perms;
|
||||
|
||||
allow hal_dumpstate_default proc_touch:dir r_dir_perms;
|
||||
allow hal_dumpstate_default proc_touch:file rw_file_perms;
|
||||
|
||||
allow hal_dumpstate_default vendor_displaycolor_service:service_manager find;
|
||||
binder_call(hal_dumpstate_default, hal_graphics_composer_default);
|
||||
vndbinder_use(hal_dumpstate_default)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue