Skip to content
Snippets Groups Projects
Commit a5153515 authored by Calin Juravle's avatar Calin Juravle Committed by android-build-merger
Browse files

Merge "Allow installd to read system_data_file:lnk_file"

am: 61dc5fb2

Change-Id: I4d26373083da42bfea88944c0b191f26a1c5383f
parents 017abee5 61dc5fb2
Branches
Tags
No related merge requests found
......@@ -45,7 +45,9 @@ allow installd asec_image_file:file getattr;
# and lib symlinks before the setfilecon call. May want to
# move symlink creation after setfilecon in installd.
allow installd system_data_file:dir create_dir_perms;
allow installd system_data_file:lnk_file { create getattr setattr unlink };
# Also, allow read for lnk_file so that we can process /data/user/0 links when
# optimizing application code.
allow installd system_data_file:lnk_file { create getattr read setattr unlink };
# Upgrade /data/media for multi-user if necessary.
allow installd media_rw_data_file:dir create_dir_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment