Skip to content

Commit

Permalink
sepolicy: address denials in TurboAdapter
Browse files Browse the repository at this point in the history
E SELinux : avc:  denied  { find } for interface=vendor.google.google_battery::IGoogleBattery sid=u:r:platform_app:s0:c512,c768 pid=2679 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:hal_turbo_adapter_hwservice:s0 tclass=hwservice_manager permissive=0

Change-Id: I46b46e5d788152c199887fef859021d3f13bf325
Signed-off-by: Anushek Prasal <[email protected]>
  • Loading branch information
hdzungx authored and SKULSHADY committed Aug 25, 2023
1 parent b0d8acc commit 9d70639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/vendor/hwservice_contexts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor.google.google_battery::IGoogleBattery u:object_r:hal_turbo_adapter_hwservice:s0
1 change: 1 addition & 0 deletions common/vendor/platform_app.te
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allow platform_app hal_turbo_adapter_hwservice:hwservice_manager find;

0 comments on commit 9d70639

Please sign in to comment.