summaryrefslogtreecommitdiff
path: root/sepolicy/hal_memtrack.te
blob: 51bd527ae57ed6273f983e64ced31ae01a04379f (plain)
1
2
3
4
# Memtrack reads proc/<pid>/cmdline to check if process is surfaceflinger.
# Grant access if that's the case; don't log denials for other processes.
allow hal_memtrack surfaceflinger:file read;
dontaudit hal_memtrack { domain -surfaceflinger}:file read;