Skip to content
Snippets Groups Projects
Commit 1830ea45 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by android-build-merger
Browse files

Merge "hal_camera: Don't allow access to /data/misc/camera"

am: a228505a

Change-Id: I8707e63a45a5a3941d2360d233cf1d5b8f2e5683
parents 39ec2bb6 a228505a
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,6 @@ binder_call(hal_camera_server, hal_camera_client)
add_hwservice(hal_camera_server, hal_camera_hwservice)
allow hal_camera_client hal_camera_hwservice:hwservice_manager find;
# access /data/misc/camera
allow hal_camera camera_data_file:dir create_dir_perms;
allow hal_camera camera_data_file:file create_file_perms;
allow hal_camera video_device:dir r_dir_perms;
allow hal_camera video_device:chr_file rw_file_perms;
allow hal_camera camera_device:chr_file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment