am a24a991d: Allow apps to execute app_data_files

* commit 'a24a991dd59fe03cdc681aadcb6bbca1ffac9b7b':
  Allow apps to execute app_data_files
This commit is contained in:
Nick Kralevich 2013-09-12 12:43:32 -07:00 committed by Android Git Automerger
commit ce07748490

2
app.te
View file

@ -30,7 +30,7 @@ binder_call(appdomain, surfaceflinger)
# App sandbox file accesses. # App sandbox file accesses.
allow appdomain app_data_file:dir create_dir_perms; allow appdomain app_data_file:dir create_dir_perms;
allow appdomain app_data_file:notdevfile_class_set create_file_perms; allow appdomain app_data_file:notdevfile_class_set { create_file_perms execute };
# Read/write data files created by the platform apps if they # Read/write data files created by the platform apps if they
# were passed to the app via binder or local IPC. Do not allow open. # were passed to the app via binder or local IPC. Do not allow open.