feat(abs): add the oneapi abs.
This commit is contained in:
parent
fb82d8d0d6
commit
b53e0b7d39
1 changed files with 14 additions and 0 deletions
14
apparmor.d/abstractions/oneapi
Normal file
14
apparmor.d/abstractions/oneapi
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2025 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# Intel oneAPI compiler libraries
|
||||
|
||||
abi <abi/4.0>,
|
||||
|
||||
/opt/intel/oneapi/{compiler,lib,mkl}/**/ r,
|
||||
/opt/intel/oneapi/{compiler,lib,mkl}/**.so* mr,
|
||||
|
||||
include if exists <abstractions/oneapi.d>
|
||||
|
||||
# vim:syntax=apparmor
|
||||
Loading…
Add table
Add a link
Reference in a new issue