15 lines
307 B
Text
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>
|
|
}
|