sepolicy: Add rule to allow sdcardfs to read package list

* Do not carry forward into N release.

Change-Id: I1f90695c48ac5a19848efafb146eabdff1ca4b6a
This commit is contained in:
Steve Kondik 2016-07-24 04:28:14 -07:00
parent ba87877dd0
commit d4a0f0adff
1 changed files with 2 additions and 0 deletions

2
sepolicy/kernel.te Normal file
View File

@ -0,0 +1,2 @@
# used by sdcardfs to read package list
allow kernel system_data_file:file open;