permissions-samples icon indicating copy to clipboard operation
permissions-samples copied to clipboard

Error with OnePlus: E/libc Access denied finding property "vendor.camera.aux.packagelist" (and "vendor.camera.hal1.packagelist" too)

Open looninho opened this issue 3 years ago • 0 comments

Hi, tested on ONEPLUS 9 running android 11, I've got this error when clicking on the OPEN CAMERA PREVIEW button:

E/libc: Access denied finding property "vendor.camera.aux.packagelist" W/asicpermissions: type=1400 audit(0.0:3799): avc: denied { read } for name="u:object_r:vendor_persist_camera_prop:s0" dev="tmpfs" ino=13601 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:vendor_persist_camera_prop:s0 tclass=file permissive=0 app=com.example.android.basicpermissions E/libc: Access denied finding property "vendor.camera.hal1.packagelist" E/libc: Access denied finding property "vendor.camera.aux.packagelist" W/asicpermissions: type=1400 audit(0.0:3800): avc: denied { read } for name="u:object_r:vendor_persist_camera_prop:s0" dev="tmpfs" ino=13601 scontext=u:r:untrusted_app:s0:c236,c256,c512,c768 tcontext=u:object_r:vendor_persist_camera_prop:s0 tclass=file permissive=0 app=com.example.android.basicpermissions

but I get the the preview showed. I've also had this error message with another application that I can't list the back wide angle camera (CameraManager.getCameraIdList() ).

No error with Samsung Galaxy S10 (android 12).

I'll appreciate any help

looninho avatar Apr 12 '22 10:04 looninho