mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 07:17:22 +01:00
13 lines
431 B
Text
13 lines
431 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
include <abstractions/graphics>
|
|
|
|
@{bin}/nvidia-modprobe Px -> nvidia_modprobe,
|
|
|
|
/dev/char/@{dynamic}:@{int} w, # For dynamic assignment range 234 to 254, 384 to 511
|
|
/dev/nvidia-uvm rw,
|
|
/dev/nvidia-uvm-tools rw,
|
|
|
|
include if exists <abstractions/graphics-full.d>
|