diff --git a/non_plat/cameraserver.te b/non_plat/cameraserver.te index a85ca40..6542c42 100644 --- a/non_plat/cameraserver.te +++ b/non_plat/cameraserver.te @@ -295,7 +295,10 @@ allow cameraserver gpu_device:dir search; # Date : WK16.33 # Purpose: Allow to access ged for gralloc_extra functions allow cameraserver proc_ged:file rw_file_perms; -allowxperm cameraserver proc_ged:file ioctl { GED_BRIDGE_IO_GE_GET }; +allowxperm cameraserver proc_ged:file ioctl { + GED_BRIDGE_IO_GE_GET + GED_BRIDGE_IO_GPU_TIMESTAMP +}; # Date : WK16.33 # Operation : Migration @@ -362,3 +365,4 @@ allowxperm cameraserver proc_perfmgr:file ioctl { PERFMGR_FPSGO_QUEUE_CONNECT PERFMGR_FPSGO_BQID }; +