sm6375-common: sepolicy: fix MiuiCamera denial

avc: denied { read } for name="com.xiaomi.dcal.wu.data" dev="dm-32" ino=1379 scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:vendor_camera_data_file:s0 tclass=file permissive=0 app=com.android.camera
Signed-off-by: nnippon99 <adamayyad1999@hotmail.com>
This commit is contained in:
nnippon99
2023-06-05 07:30:40 +03:00
committed by boedhack99
parent 483962c2f1
commit 9721283f0e

View File

@@ -12,6 +12,7 @@ allow platform_app hal_camera_default:fd *;
allow platform_app servicemanager:binder { call transfer };
allow platform_app vendor_audio_prop:file { getattr open read map };
allow platform_app vendor_camera_data_file:dir { append map r_dir_perms write };
allow platform_app vendor_camera_data_file:file { read };
allow platform_app vendor_display_prop:file { getattr open read map };
allow platform_app vendor_hal_camerapostproc_xiaomi:binder { call transfer };
allow platform_app vendor_hal_camerapostproc_xiaomi:fd *;