Skip to content

Commit

Permalink
op3: Address IFAA denial
Browse files Browse the repository at this point in the history
Change-Id: Ide99e4297d112e2eaef6a30f3aa760f752061659
  • Loading branch information
moetayuko committed Jun 19, 2019
1 parent 63b5ca5 commit 94cb3b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sepolicy/hal_ifaa.te
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ allow hal_ifaa_server tee_device:chr_file rw_file_perms;
#Allow access to ion device
allow hal_ifaa_server ion_device:chr_file r_file_perms;

#Allow IPerf access
allow hal_ifaa_server hal_perf_hwservice:hwservice_manager find;
binder_call(hal_ifaa_server, hal_perf_server)

#Allow access to firmware
r_dir_file(hal_ifaa_server, firmware_file)

0 comments on commit 94cb3b4

Please sign in to comment.