am a3364dfd
: Merge "kernel.te: fix MTP sync"
* commit 'a3364dfd25cb42edf116903dce6890dd95ef36db': kernel.te: fix MTP sync
This commit is contained in:
commit
a88a0301f0
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,7 @@ allow kernel self:security setcheckreqprot;
|
|||
|
||||
# MTP sync (b/15835289)
|
||||
# kernel thread "loop0", used by the loop block device, for ASECs (b/17158723)
|
||||
allow kernel vold:fd use;
|
||||
allow kernel untrusted_app:fd use;
|
||||
allow kernel sdcard_type:file { read write };
|
||||
|
||||
# Allow the kernel to read OBB files from app directories. (b/17428116)
|
||||
|
@ -53,6 +53,7 @@ allow kernel sdcard_type:file { read write };
|
|||
# Fixes CTS tests:
|
||||
# * android.os.storage.cts.StorageManagerTest#testMountAndUnmountObbNormal
|
||||
# * android.os.storage.cts.StorageManagerTest#testMountAndUnmountTwoObbs
|
||||
allow kernel vold:fd use;
|
||||
allow kernel app_data_file:file read;
|
||||
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue