Skip to content
Snippets Groups Projects
Commit c04432b7 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 6838cd54: Let installd dexopt OEM apps.

* commit '6838cd54':
  Let installd dexopt OEM apps.
parents ea591494 6838cd54
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ allow installd data_file_type:dir { relabelfrom relabelto };
allow installd data_file_type:{ file_class_set } { getattr unlink };
allow installd apk_data_file:file r_file_perms;
allow installd apk_tmp_file:file r_file_perms;
allow installd oemfs:dir r_dir_perms;
allow installd oemfs:file r_file_perms;
allow installd system_file:file x_file_perms;
allow installd cgroup:dir create_dir_perms;
# Check validity of SELinux context before use.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment