apparmor.d/apparmor.d/profiles-m-r/nvidia-detector
2023-02-22 21:52:55 +00:00

15 lines
307 B
Text

# apparmor.d - Full set of apparmor profiles
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{,usr/}bin/nvidia-detector
profile nvidia-detector @{exec_path} {
include <abstractions/base>
@{exec_path} r,
include if exists <local/nvidia-detector>
}