mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
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:
3
sepolicy/vendor/google_camera_app.te
vendored
3
sepolicy/vendor/google_camera_app.te
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user