Skip to content

Commit

Permalink
steam_support: add comment regarding need for /usr/share driver info
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuntu authored and Meulengracht committed Mar 11, 2024
1 parent 9dfe8cf commit 81d3d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/builtin/steam_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ mount options=(rw, rbind) /bindfile* -> /newroot/run/host/container-manager,
# Allow mounting Nvidia drivers into the sandbox
mount options=(rw, rbind) /oldroot/var/lib/snapd/hostfs/usr/lib/@{multiarch}/** -> /newroot/var/lib/snapd/hostfs/usr/lib/@{multiarch}/**,
# Allow PV to access driver information and features necessary for some games to run
mount options=(rw, rbind) /oldroot/var/lib/snapd/hostfs/usr/share/** -> /newroot/**,
mount options=(rw, rbind) /oldroot/var/lib/snapd/hostfs/ -> /newroot/var/lib/snapd/hostfs/,
Expand Down

0 comments on commit 81d3d51

Please sign in to comment.