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

am 3ec57266: am 44c95e9a: Allow installd to dexopt apps on expanded storage.

* commit '3ec57266':
  Allow installd to dexopt apps on expanded storage.
parents abef2555 3ec57266
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ 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;
allow installd mnt_expand_file:dir search;
# Check validity of SELinux context before use.
selinux_check_context(installd)
# Read /seapp_contexts and /data/security/seapp_contexts
......
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