Merge "allow media.metrics to write to file descriptor in /data" into oc-dev am: 72f6219fed
am: 090d9bc4f6
Change-Id: I487d2e52f3c427d80670d2d413b92ace59fcace3
This commit is contained in:
commit
445ccc48b6
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ allow mediametrics system_server:fd use;
|
||||||
r_dir_file(mediametrics, cgroup)
|
r_dir_file(mediametrics, cgroup)
|
||||||
allow mediametrics proc_meminfo:file r_file_perms;
|
allow mediametrics proc_meminfo:file r_file_perms;
|
||||||
|
|
||||||
|
# allows interactions with dumpsys to GMScore
|
||||||
|
allow mediametrics app_data_file:file write;
|
||||||
|
|
||||||
###
|
###
|
||||||
### neverallow rules
|
### neverallow rules
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in a new issue