feat(abs): add the oneapi abs.

This commit is contained in:
Alexandre Pujol 2025-08-22 18:30:44 +02:00
parent fb82d8d0d6
commit b53e0b7d39
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View 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