sdm660-common: sepolicy: allow appdomain to get persist_camera_prop
* E libc : Access denied finding property "vendor.camera.aux.packagelist" Change-Id: I06feb5bd6a2321880065585395101c349c741909
This commit is contained in:
parent
ccfe87ba96
commit
691a8c6843
3 changed files with 7 additions and 0 deletions
2
sepolicy/private/app.te
Normal file
2
sepolicy/private/app.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Allow appdomain to get persist_camera_prop
|
||||||
|
get_prop(appdomain, persist_camera_prop)
|
|
@ -1 +1,4 @@
|
||||||
binder_call(system_server, folio_daemon)
|
binder_call(system_server, folio_daemon)
|
||||||
|
|
||||||
|
# Allow system_server to set persist_camera_prop
|
||||||
|
get_prop(system_server, persist_camera_prop)
|
||||||
|
|
2
sepolicy/private/vendor_init.te
Normal file
2
sepolicy/private/vendor_init.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Allow vendor_init to set persist_camera_prop
|
||||||
|
set_prop(vendor_init, persist_camera_prop)
|
Loading…
Reference in a new issue