mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 09:21:00 +01:00

This matches what we use in the profiles for local abstractions. Also adjust the check in the Makefile to expect the variant without '#'.
15 lines
374 B
Text
15 lines
374 B
Text
# vim:syntax=apparmor
|
|
|
|
abi <abi/3.0>,
|
|
|
|
# OpenCL access requirements
|
|
|
|
# TODO: use conditionals to select allowed implementations
|
|
#include <abstractions/opencl-intel>
|
|
#include <abstractions/opencl-mesa>
|
|
#include <abstractions/opencl-nvidia>
|
|
#include <abstractions/opencl-pocl>
|
|
|
|
|
|
# Include additions to the abstraction
|
|
include if exists <abstractions/opencl.d>
|