Allow camera HAL to read EGL vendor properties
Test: TreeHugger Bug: b/267752967 Change-Id: I174420a3ef1f0059007616b4bee3091a888b1999
This commit is contained in:
parent
796621872b
commit
e4e43ebad8
1 changed files with 3 additions and 0 deletions
3
vendor/hal_camera_default.te
vendored
3
vendor/hal_camera_default.te
vendored
|
@ -11,6 +11,9 @@ allow hal_camera_default fwk_sensor_service:service_manager find;
|
||||||
|
|
||||||
get_prop(hal_camera_default, device_config_camera_native_prop);
|
get_prop(hal_camera_default, device_config_camera_native_prop);
|
||||||
|
|
||||||
|
# Allow reading graphics properties, specifically for EGL blobcache mode
|
||||||
|
get_prop(hal_camera_default, graphics_config_prop);
|
||||||
|
|
||||||
# For collecting bugreports.
|
# For collecting bugreports.
|
||||||
allow hal_camera_default dumpstate:fd use;
|
allow hal_camera_default dumpstate:fd use;
|
||||||
allow hal_camera_default dumpstate:fifo_file write;
|
allow hal_camera_default dumpstate:fifo_file write;
|
||||||
|
|
Loading…
Reference in a new issue