cm: sepolicy: allow platform apps to execute render scripts

* Needed by Gallery3D Photo Editor to apply effects like:
  Vignette and Graduated.

Change-Id: I7b07a974fbdb77abbaba1c15a21e918406d2175b
This commit is contained in:
Matthias Yzusqui 2016-03-31 17:59:48 +02:00 committed by Gerrit Code Review
parent de0b2d324f
commit ef1a479318
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ allow platform_app sdcard_posix:file create_file_perms;
# Allow Gallery3D to crop user images
allow platform_app system_app_data_file:file rw_file_perms;
# Allow Gallery3D to execute render scripts
allow platform_app app_data_file:file execute;