Merge "sepolicy: Add "dontaudit" for twoshay dac_override."

This commit is contained in:
Mark Chang 2021-09-08 01:28:34 +00:00 committed by Android (Google) Code Review
commit 0782cab4f0

View file

@ -11,3 +11,6 @@ add_service(twoshay, touch_context_service)
allow twoshay fwk_stats_service:service_manager find; allow twoshay fwk_stats_service:service_manager find;
binder_call(twoshay, stats_service_server) binder_call(twoshay, stats_service_server)
# b/198755236
dontaudit twoshay twoshay:capability dac_override;