flo: sepolicy: Fix exported_camera_prop denials

Change-Id: Ib3abf88a4c71fcd1510a9b1a3cd496b85379c8b2
This commit is contained in:
Kyle Harrison 2020-11-12 19:00:18 +00:00 committed by followmsi
parent c327cda0fd
commit 01ff085307
3 changed files with 3 additions and 0 deletions

1
sepolicy/app.te Normal file
View File

@ -0,0 +1 @@
get_prop(appdomain, exported_camera_prop);

View File

@ -31,3 +31,4 @@ allow system_server thermal_service:service_manager find;
get_prop(system_server, userspace_reboot_exported_prop);
get_prop(system_server, userspace_reboot_config_prop);
get_prop(system_server, exported_camera_prop);

1
sepolicy/zygote.te Normal file
View File

@ -0,0 +1 @@
get_prop(zygote, exported_camera_prop);