blob: 322827aee77dd215c055d026acd5bf94568c1f21 [file] [log] [blame]
Amit Pundir4e375822019-04-18 16:46:10 +05301#####################################
2# gpu_access(client_domain)
3# Allow client_domain to communicate with the GPU
4define(`gpu_access', `
5allow $1 dri_device:dir { open read search };
6allow $1 sysfs_gpu:dir search;
7allow $1 sysfs_gpu:file { getattr open read };
8')