summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-05-22 03:17:11 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-05-22 03:17:11 +0000
commit4b5639161ad88b3951d9db81bf5d066aac5f42bc (patch)
tree39006299bc93dc9b472c65eb44d1fd5cdbdef600
parent77cf3f42aa7c0eebcd1b229b97042e79b26504ec (diff)
parent4379c3803caeb5350ccc091351a9c5bce67af903 (diff)
downloadmarlin-4b5639161ad88b3951d9db81bf5d066aac5f42bc.tar.gz
Snap for 5591454 from 4379c3803caeb5350ccc091351a9c5bce67af903 to qt-qpr1-release
Change-Id: I3878f74797a2779c75a5488108238565416b5040
-rw-r--r--sepolicy/google_camera_app.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/google_camera_app.te b/sepolicy/google_camera_app.te
index c5c417ac..3689ce8c 100644
--- a/sepolicy/google_camera_app.te
+++ b/sepolicy/google_camera_app.te
@@ -46,3 +46,6 @@ allow google_camera_app system_app_data_file:file { read write getattr };
# /vendor for the application. The policy build MUST also catch the violations
typeattribute google_camera_app system_executes_vendor_violators;
r_dir_file(google_camera_app, vendor_file)
+
+# Allow notifying Perfetto traced daemon that a notable event has occurred.
+unix_socket_connect(google_camera_app, traced_producer, traced)