Skip to content
Snippets Groups Projects
Commit e0685117 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 004bd4e0: Allow installd to create the lib symlink for system_app_data_file

* commit '004bd4e0':
  Allow installd to create the lib symlink for system_app_data_file
parents e94ee1da 004bd4e0
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ allow installd bluetooth_data_file:lnk_file { create setattr };
allow installd nfc_data_file:lnk_file { create setattr };
allow installd radio_data_file:lnk_file { create setattr };
allow installd shell_data_file:lnk_file { create setattr };
allow installd system_app_data_file:lnk_file { create setattr };
# restorecon /data/data
allow installd unlabeled:dir relabelfrom;
allow installd unlabeled:notdevfile_class_set relabelfrom;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment