Skip to content
Snippets Groups Projects
Commit de17b24b authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am eb6b74fa: Allow kernel sdcard access for MTP sync.

* commit 'eb6b74fa':
  Allow kernel sdcard access for MTP sync.
parents a0114f4e eb6b74fa
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,9 @@ dontaudit kernel self:security setenforce; ...@@ -34,6 +34,9 @@ dontaudit kernel self:security setenforce;
# Set checkreqprot by init.rc prior to switching to init domain. # Set checkreqprot by init.rc prior to switching to init domain.
allow kernel self:security setcheckreqprot; allow kernel self:security setcheckreqprot;
# MTP sync
allow kernel sdcard_internal:file write;
### ###
### neverallow rules ### neverallow rules
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment