Merge "Add permission required by libdm_test"

am: c25272db17

Change-Id: Ie340c09b834d3cf5bd902d725aefe80a993abb42
This commit is contained in:
Hridya Valsaraju 2019-06-17 21:25:35 -07:00 committed by android-build-merger
commit e286e6a99c

View file

@ -106,6 +106,9 @@ recovery_only(`
allow kernel rootfs:file execute;
')
# required by VTS lidbm unit test
allow kernel appdomain_tmpfs:file read;
###
### neverallow rules
###