Skip to content
Snippets Groups Projects
Commit 4fc702ec authored by Geremy Condra's avatar Geremy Condra
Browse files

DO NOT MERGE Fix denials seen during device upgrade.

Fixes:
denied  { relabelto } for  pid=721 comm="PackageManager" name="vmdl-112554949.tmp" dev="mmcblk0p30" ino=712747 scontext=u:r:system:s0 tcontext=u:object_r:apk_private_tmp_file:s0 tclass=file
denied  { create } for  pid=240 comm="vold" name="smdl2tmp1.asec" scontext=u:r:vold:s0 tcontext=u:object_r:system_data_file:s0 tclass=file

Bug: 11149726
Change-Id: Iddc7592c757375a961f0d392c27622073c141b36
parent a5d0ac44
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,4 @@ allow system backup_data_file:dir relabelto;
allow system cache_backup_file:dir relabelto;
allow system apk_data_file:file relabelto;
allow system apk_tmp_file:file relabelto;
allow system apk_private_tmp_file:file relabelto;
......@@ -50,6 +50,7 @@ allow vold efs_file:file rw_file_perms;
# Create and mount on /data/tmp_mnt.
allow vold system_data_file:dir { create rw_dir_perms mounton };
allow vold system_data_file:file create_file_perms;
# Set scheduling policy of kernel processes
allow vold kernel:process setsched;
......
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