Skip to content
Snippets Groups Projects
Commit e829ec3d authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 4c6b1350: support kernel writes to external SDcards

* commit '4c6b1350':
  support kernel writes to external SDcards
parents c6f9d44d 4c6b1350
Branches
Tags
No related merge requests found
......@@ -34,8 +34,9 @@ dontaudit kernel self:security setenforce;
# Set checkreqprot by init.rc prior to switching to init domain.
allow kernel self:security setcheckreqprot;
# MTP sync
allow kernel fuse:file { read write };
# MTP sync (b/15835289)
# kernel thread "loop0", used by the loop block device, for ASECs (b/17158723)
allow kernel sdcard_type:file { read write };
###
### neverallow rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment