Merge "allow media.metrics to write to file descriptor in /data" into oc-dev

am: 72f6219fed

Change-Id: I93bd189fc07ee4386b1a1c14cf345ca739f9f64b
This commit is contained in:
Ray Essick 2017-04-04 23:16:31 +00:00 committed by android-build-merger
commit 090d9bc4f6

View file

@ -14,6 +14,9 @@ allow mediametrics system_server:fd use;
r_dir_file(mediametrics, cgroup)
allow mediametrics proc_meminfo:file r_file_perms;
# allows interactions with dumpsys to GMScore
allow mediametrics app_data_file:file write;
###
### neverallow rules
###