PAS: GoogleCpuTimeProvider selinux

Test: Install tubo app (appply ag/13415406) no show_uid_stat relates
      sepolicy log found when invoke it, reference to b/180864065

sample of logs should not found after apply the sepolicy
Binder:7813_3: type=1400 audit(0.0:589): avc: denied { read } for
name="show_uid_stat" ...

Bug: 170590162, 180864065

Change-Id: I4a489ff134b18074d8eac6f30b5afca1777a727b
Signed-off-by: Denny cy Lee <dennycylee@google.com>
diff --git a/turbo_adapter/turbo_adapter.te b/turbo_adapter/turbo_adapter.te
index ec086de..194ccde 100644
--- a/turbo_adapter/turbo_adapter.te
+++ b/turbo_adapter/turbo_adapter.te
@@ -14,3 +14,6 @@
 
 # PAS: for PowerStatsHalDataProvider
 hal_client_domain(turbo_adapter, hal_power_stats)
+
+# PAS: for GoogleCpuTimeProvider
+r_dir_file(turbo_adapter, proc_uid_cputime_showstat);