am eb6b74fa
: Allow kernel sdcard access for MTP sync.
* commit 'eb6b74fa6b5c39afc04b92b5dc62fa633456220c': Allow kernel sdcard access for MTP sync.
This commit is contained in:
commit
de17b24b2b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue