blob: 49c422acde969e3164d46398f46a8db750b586a5 [file] [log] [blame]
Avijit Kanti Das0196c6a2014-07-23 23:44:35 -07001# Grant GPU access to all processes started by Zygote
2# They need that to render the standard UI
3allow appdomain gpu_device:chr_file rw_file_perms;
4
5# allow application to access cnd domain and socket
6unix_socket_connect(appdomain, cnd, cnd)