mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
feat(abs): add intel oneapi support.
This commit is contained in:
parent
47efa89195
commit
e69f997be3
1 changed files with 6 additions and 0 deletions
6
apparmor.d/abstractions/opencl-intel.d/complete
Normal file
6
apparmor.d/abstractions/opencl-intel.d/complete
Normal file
|
@ -0,0 +1,6 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2023 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
/opt/intel/oneapi/{compiler,lib,mkl}/**/ r,
|
||||
/opt/intel/oneapi/{compiler,lib,mkl}/**.so* mr,
|
Loading…
Reference in a new issue