vendor: cm: sepolicy: Allow rw-access to system_app_data_file

* Fixes Settings->User->(Crop|Take) Picture

Change-Id: I8e9d2a968e0fc566dfce3019554bf1c7e0557842
This commit is contained in:
Michael W 2017-07-26 17:06:50 +02:00 committed by Dan Pasanen
parent fc30f6b741
commit ee8db8f99b

1
sepolicy/priv_app.te Normal file
View file

@ -0,0 +1 @@
allow priv_app system_app_data_file:file rw_file_perms;