Fix MTP sync am: 9ba8ade5d2 am: 34d81d9152
am: fa6169ade8

* commit 'fa6169ade8b0a1277aa4a8bbde4051b5e5d2c4bc':
  Fix MTP sync
diff --git a/kernel.te b/kernel.te
index 6747d1c..ffefdf3 100644
--- a/kernel.te
+++ b/kernel.te
@@ -42,7 +42,7 @@
 
 # MTP sync (b/15835289)
 # kernel thread "loop0", used by the loop block device, for ASECs (b/17158723)
-allow kernel untrusted_app:fd use;
+allow kernel { priv_app untrusted_app }:fd use;
 allow kernel sdcard_type:file { read write };
 
 # Allow the kernel to read OBB files from app directories. (b/17428116)