Merge "Add permission required by libdm_test"
This commit is contained in:
commit
c25272db17
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue