GoogleCamera: Remove redundant persist.camera.* access

All apps already get this access, so no reason to repeat that

Test: Manually verify GoogleCamera can still access persist.camera.*
Bug: 62712071
Change-Id: I913f89b467514047d8e7079449148a4f6a3536aa
This commit is contained in:
Eino-Ville Talvala
2017-06-19 09:56:50 -07:00
parent 9da8401acb
commit e4f65f1aad

View File

@@ -36,6 +36,3 @@ allow google_camera_app system_app_data_file:file { read write getattr };
# Allow GoogleCamera access to necessary vendor libraries to execute
# Halide code
allow google_camera_app hexagon_halide_file:file { execute read open getattr };
# Access to persist.camera.* system properties
get_prop(google_camera_app, camera_prop)