nvidia-container-toolkit/internal/oci
Evan Lezar cf93aa94d3 Add support for injecting additional GIDs
This change adds support for injecting additional GIDs using the internal
CDI representations. (Applicable for Tegra-based systems and /dev/dri devices)
This is disabled by default, but can be opted in to by setting the
features.allow-additional-gids feature flag.

This can also be done by running

sudo nvidia-ctk config --in-place --set features.allow-additional-gids

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2024-08-22 18:17:17 +02:00
..
args_test.go
args.go
runtime_low_level.go Reduce logging for the NVIDIA Container runtime 2024-07-01 12:12:38 +02:00
runtime_mock.go Add String function to oci.Runtime interface 2024-07-01 12:12:38 +02:00
runtime_modifier_test.go Move modifying OCI runtime wrapper to oci package 2023-02-13 16:09:46 +01:00
runtime_modifier.go Reduce logging for the NVIDIA Container runtime 2024-07-01 12:12:38 +02:00
runtime_path_test.go
runtime_path.go Add String function to oci.Runtime interface 2024-07-01 12:12:38 +02:00
runtime_syscall_exec.go Add String function to oci.Runtime interface 2024-07-01 12:12:38 +02:00
runtime.go Add String function to oci.Runtime interface 2024-07-01 12:12:38 +02:00
spec_file_test.go
spec_file.go Fix misspellings 2023-10-24 20:00:24 +02:00
spec_memory_test.go Fix ifElseChain lint errors 2023-10-24 20:11:34 +02:00
spec_memory.go Return raw spec from Spec.Load 2022-05-05 13:43:13 +02:00
spec_mock.go Add support for injecting additional GIDs 2024-08-22 18:17:17 +02:00
spec_test.go run goimports -local against the entire codebase 2023-12-01 11:13:17 +01:00
spec.go [no-relnote] Fixed spelling error 2024-06-19 17:40:56 +03:00
state.go Add GetContainerRoot to oci.State type 2022-05-10 11:48:43 +02:00