universal7885: sepolicy: Fix exported_camera_prop denials

Change-Id: Ib3abf88a4c71fcd1510a9b1a3cd496b85379c8b2
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Kyle Harrison 2020-11-12 19:00:18 +00:00 committed by roynatech2544
commit b8c8ac9fa3
3 changed files with 3 additions and 0 deletions

1
sepolicy/private/app.te Normal file
View file

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

View file

@ -1,2 +1,3 @@
get_prop(system_server, exported_camera_prop);
get_prop(system_server, userspace_reboot_config_prop)
get_prop(system_server, userspace_reboot_exported_prop)

View file

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