diff options
author | Cody Heiner <codyheiner@google.com> | 2023-02-08 00:04:01 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2023-02-08 00:04:01 +0000 |
commit | fc2cf0db942e79a50065f059bfc53f54f9b08d2b (patch) | |
tree | f305caff256ce70939c6486c93bc2bc8d594f7da | |
parent | 3fbaf0ecea83546e4d43ef1f09d5b81b7ffc8fd8 (diff) | |
parent | cce402309a0ad6625baa847fb829725c8530d97e (diff) |
Allow twoshay binder call to TouchContextService.java am: e88c28fc11 am: d23836d969 am: cce402309a
Original change: https://android-review.googlesource.com/c/platform/hardware/google/pixel-sepolicy/+/2419804
Change-Id: I6648938eaa8292ac2c4f363f955be73dbe972d0a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r-- | input/twoshay.te | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/input/twoshay.te b/input/twoshay.te index 71b5771..0511f3d 100644 --- a/input/twoshay.te +++ b/input/twoshay.te @@ -8,6 +8,7 @@ allow twoshay twoshay:capability sys_nice; binder_use(twoshay) add_service(twoshay, touch_context_service) +binder_call(twoshay, platform_app) allow twoshay fwk_stats_service:service_manager find; binder_call(twoshay, stats_service_server) @@ -20,4 +21,4 @@ allow twoshay dumpstate:fifo_file write; dontaudit twoshay twoshay:capability dac_override; # b/226830650 -dontaudit twoshay boot_status_prop:file read;
\ No newline at end of file +dontaudit twoshay boot_status_prop:file read; |