Amit Pundir | c738b81 | 2019-06-19 16:13:49 +0530 | [diff] [blame] | 1 | # Memtrack reads proc/<pid>/cmdline to check if process is surfaceflinger. |
2 | # Grant access if that's the case; don't log denials for other processes. | ||||
3 | allow hal_memtrack surfaceflinger:file read; | ||||
4 | dontaudit hal_memtrack { domain -surfaceflinger}:file read; |