am 4c6b1350
: support kernel writes to external SDcards
* commit '4c6b13508d1786a3a835ba5427f37e963c2c7506': support kernel writes to external SDcards
This commit is contained in:
commit
e829ec3da0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue