Merge "Adding access to GPU device for neural network driver" into sepolicy.lnx.4.9

This commit is contained in:
Linux Build Service Account
2018-05-31 00:49:56 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -39,5 +39,6 @@ allow hal_neuralnetworks_default app_data_file:file { read getattr };
allow hal_neuralnetworks_default shell_data_file:file { read getattr };
allow hal_neuralnetworks_default hal_neuralnetworks_data_file:dir create_dir_perms;
allow hal_neuralnetworks_default hal_neuralnetworks_data_file:{ file fifo_file } create_file_perms;
allow hal_neuralnetworks_default gpu_device:chr_file rw_file_perms;
r_dir_file(hal_neuralnetworks_default, adsprpcd_file)