sdm845-common: Allow appdomain to get vendor_camera_prop

* Some apps rely on this and won't work properly if they
  can't read this property. See ~ Snapchat.

Change-Id: I737e28f038941e6d18b96ff512f29dbe0ad7b7e4
This commit is contained in:
LuK1337 2018-09-13 10:08:48 +02:00 committed by Luca Stefani
parent 602b987857
commit 4b1d9b429e
2 changed files with 3 additions and 0 deletions

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

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

View file

@ -0,0 +1 @@
type vendor_camera_prop, property_type;