mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: sepolicy: Fix exported_camera_prop denials
Change-Id: Ib3abf88a4c71fcd1510a9b1a3cd496b85379c8b2 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
092f199f32
commit
b8c8ac9fa3
3 changed files with 3 additions and 0 deletions
1
sepolicy/private/app.te
Normal file
1
sepolicy/private/app.te
Normal file
|
|
@ -0,0 +1 @@
|
|||
get_prop(appdomain, exported_camera_prop);
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
1
sepolicy/private/zygote.te
Normal file
1
sepolicy/private/zygote.te
Normal file
|
|
@ -0,0 +1 @@
|
|||
get_prop(zygote, exported_camera_prop);
|
||||
Loading…
Reference in a new issue