blob: e7e11c39510dbbbb3b58f3ddcbccfdc232eee25e [file] [log] [blame]
#####################################
# gpu_access(client_domain)
# Allow client_domain to communicate with the GPU
define(`gpu_access', `
allow $1 dri_device:dir { open read search };
allow $1 sysfs_gpu:dir search;
allow $1 sysfs_gpu:file { getattr open read };
allow $1 graphics_device:chr_file getattr;
')