mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	Generate spec file with 644 permissions
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
		
							parent
							
								
									367a30827f
								
							
						
					
					
						commit
						3056428eda
					
				| @ -4,6 +4,7 @@ | |||||||
| 
 | 
 | ||||||
| * Add support for updating containerd configs to the `nvidia-ctk runtime configure` command. | * Add support for updating containerd configs to the `nvidia-ctk runtime configure` command. | ||||||
| * Create file in `etc/ld.so.conf.d` with permissions `644` to support non-root containers. | * Create file in `etc/ld.so.conf.d` with permissions `644` to support non-root containers. | ||||||
|  | * Generate CDI specification files with `644` permissions to allow rootless applications (e.g. podman) | ||||||
| 
 | 
 | ||||||
| ## v1.13.1 | ## v1.13.1 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -251,6 +251,7 @@ func (m command) generateSpec(cfg *config) (spec.Interface, error) { | |||||||
| 		spec.WithDeviceSpecs(deviceSpecs), | 		spec.WithDeviceSpecs(deviceSpecs), | ||||||
| 		spec.WithEdits(*commonEdits.ContainerEdits), | 		spec.WithEdits(*commonEdits.ContainerEdits), | ||||||
| 		spec.WithFormat(cfg.format), | 		spec.WithFormat(cfg.format), | ||||||
|  | 		spec.WithPermissions(0644), | ||||||
| 	) | 	) | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user