blob: 51bd527ae57ed6273f983e64ced31ae01a04379f [file] [log] [blame]
Amit Pundir4e375822019-04-18 16:46:10 +05301# 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.
3allow hal_memtrack surfaceflinger:file read;
4dontaudit hal_memtrack { domain -surfaceflinger}:file read;