sepolicy: allow vold to trim persist

Change-Id: I6441c00bfd173f1f3fd4c09a67c678c5bd4f8090
Issue-id: SYSTEMS-62
This commit is contained in:
Ed Falk 2015-09-30 14:04:23 -07:00 committed by Edward A. Falk
parent eb659fe64f
commit 95682234f1
1 changed files with 1 additions and 0 deletions

1
sepolicy/qcom/vold.te Normal file
View File

@ -0,0 +1 @@
allow vold persist_file:dir { getattr read open ioctl };