am eb6b74fa: Allow kernel sdcard access for MTP sync.

* commit 'eb6b74fa6b5c39afc04b92b5dc62fa633456220c':
  Allow kernel sdcard access for MTP sync.
This commit is contained in:
Stephen Smalley 2014-06-24 19:35:28 +00:00 committed by Android Git Automerger
commit de17b24b2b

View file

@ -34,6 +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 sdcard_internal:file write;
###
### neverallow rules
###