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:
chandra chaganti 2020-01-26 09:25:38 +05:30 committed by Max Weffers
parent ccfe87ba96
commit 691a8c6843
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
3 changed files with 7 additions and 0 deletions

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

@ -0,0 +1,2 @@
# Allow appdomain to get persist_camera_prop
get_prop(appdomain, persist_camera_prop)

View file

@ -1 +1,4 @@
binder_call(system_server, folio_daemon)
# Allow system_server to set persist_camera_prop
get_prop(system_server, persist_camera_prop)

View file

@ -0,0 +1,2 @@
# Allow vendor_init to set persist_camera_prop
set_prop(vendor_init, persist_camera_prop)