Merge "tango_core.te: Allow shell data file access to tango" into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-07-21 18:19:36 +00:00
committed by Android (Google) Code Review

View File

@@ -5,6 +5,8 @@ app_domain(tango_core)
allow tango_core persist_file:dir search;
allow tango_core persist_sensors_file:dir search;
allow tango_core persist_sensors_file:file { getattr open read };
allow tango_core shell_data_file:dir search;
allow tango_core shell_data_file:file { open read };
allow tango_core qdsp_device:chr_file { ioctl open read };
allow tango_core vendor_file:file { getattr open read };