Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/interfaces/nvidia-drivers-support-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

The `nvidia-drivers-support` interface is for internal Ubuntu Core use only.

This interface permits the [nvidia-assemble](https://snapcraft.io/nvidia-assemble) snap to access to NVIDIA char devices, `/dev/nvidiactl` and `/dev/nvidia-uvmfrom`, which it needs to assemble and load the NVIDIA kernel drives.
This interface permits the [nvidia-assemble](https://snapcraft.io/nvidia-assemble) snap to access to NVIDIA char devices, `/dev/nvidiactl` and `/dev/nvidia-uvmfrom`, which it needs to assemble and load the NVIDIA kernel drivers.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe mention that it is meant to be used by kernel snaps only.



---

## Developer details

**{ref}`Auto-connect <explanation-interfaces-interface-auto-connection>`**: no</br>
**{ref}`Super-privileged <reference-operations-interfaces-super-privileged-interfaces>`**: no</br>
**{ref}`Super-privileged <reference-operations-interfaces-super-privileged-interfaces>`**: yes</br>

### Code examples

Expand Down
Loading