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

am c04432b7: am 6838cd54: Let installd dexopt OEM apps.

* commit 'c04432b7':
  Let installd dexopt OEM apps.
parents bb492424 c04432b7
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.
Finish editing this message first!
Please register or to comment