am a24a991d
: Allow apps to execute app_data_files
* commit 'a24a991dd59fe03cdc681aadcb6bbca1ffac9b7b': Allow apps to execute app_data_files
This commit is contained in:
commit
ce07748490
1 changed files with 1 additions and 1 deletions
2
app.te
2
app.te
|
@ -30,7 +30,7 @@ binder_call(appdomain, surfaceflinger)
|
|||
|
||||
# App sandbox file accesses.
|
||||
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
|
||||
# were passed to the app via binder or local IPC. Do not allow open.
|
||||
|
|
Loading…
Reference in a new issue