summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-05-22 03:05:52 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-05-22 03:05:52 +0000
commit7cc6ad2e0be23b1603a21410f17c9bce0bbfb3a2 (patch)
tree39006299bc93dc9b472c65eb44d1fd5cdbdef600
parent6458b9ff98fa164d7d12cebd36782b952d9eaa5d (diff)
parentc980fb1369687d665ae9b9d9dea5a2c338706df6 (diff)
downloadmarlin-7cc6ad2e0be23b1603a21410f17c9bce0bbfb3a2.tar.gz
Snap for 5591509 from c980fb1369687d665ae9b9d9dea5a2c338706df6 to qt-release
Change-Id: I38d5297655715580ad8fe626c426ec3d5601c153
-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)