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

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

* commit '44c95e9a':
  Allow installd to dexopt apps on expanded storage.
parents 8a6ac553 44c95e9a
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ allow installd oemfs:dir r_dir_perms; ...@@ -16,6 +16,7 @@ allow installd oemfs:dir r_dir_perms;
allow installd oemfs:file r_file_perms; allow installd oemfs:file r_file_perms;
allow installd system_file:file x_file_perms; allow installd system_file:file x_file_perms;
allow installd cgroup:dir create_dir_perms; allow installd cgroup:dir create_dir_perms;
allow installd mnt_expand_file:dir search;
# Check validity of SELinux context before use. # Check validity of SELinux context before use.
selinux_check_context(installd) selinux_check_context(installd)
# Read /seapp_contexts and /data/security/seapp_contexts # Read /seapp_contexts and /data/security/seapp_contexts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment