* commit '9afbb4d77a55c35e84cb2d996d37c96dcecb8158': Allow kernel sdcard read access as well for MTP sync.
This commit is contained in:
commit
15b40c08e1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ dontaudit kernel self:security setenforce;
|
|||
allow kernel self:security setcheckreqprot;
|
||||
|
||||
# MTP sync
|
||||
allow kernel sdcard_internal:file write;
|
||||
allow kernel sdcard_internal:file { read write };
|
||||
|
||||
###
|
||||
### neverallow rules
|
||||
|
|
Loading…
Reference in a new issue