Camera: Allow camera to access GPU device

Add rule to access GPU device.

Change-Id: I7fb469c478184075f7bf2c50e8a256d6c392a9dc
This commit is contained in:
Pu Chen 2019-05-14 13:39:35 -07:00 committed by Gerrit - the friendly Code Review server
parent 354070317e
commit 635f6ca03c

View file

@ -62,3 +62,6 @@ r_dir_file(hal_camera_default, sysfs_graphics)
r_dir_file(hal_camera, adsprpcd_file);
#allow camera to access adsprpc_prop
get_prop(hal_camera, vendor_adsprpc_prop)
# This is needed to access GPU
allow hal_camera_default gpu_device:chr_file rw_file_perms;