mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 15:09:54 +00:00
Merge "tango_core.te: Allow shell data file access to tango" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
220b681c4c
2
sepolicy/vendor/tango_core.te
vendored
2
sepolicy/vendor/tango_core.te
vendored
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user