You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
404 B
Plaintext
11 lines
404 B
Plaintext
# vim:syntax=apparmor
|
|
# implementation-independent OpenCL access requirements
|
|
|
|
# System files
|
|
|
|
/etc/OpenCL/** r,
|
|
@{sys}/bus/pci/devices/ r, # libpocl.so -> libhwlock.so, libnvidia-opencl.so, beignet/libcl.so -> libdrm_intel.so
|
|
@{sys}/devices/system/node/ r, # for clGetPlatformIDs() from libOpenCL.so
|
|
@{sys}/devices/system/node/node[0-9]*/meminfo r, # for clGetPlatformIDs() from libOpenCL.so
|
|
|