mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Properly set spec permissions
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
6750df8e01
commit
470b4eebd8
@ -98,6 +98,7 @@ func (o *builder) Build() (*spec, error) {
|
||||
s := spec{
|
||||
Spec: raw,
|
||||
format: o.format,
|
||||
permissions: o.permissions,
|
||||
}
|
||||
|
||||
return &s, nil
|
||||
|
Loading…
Reference in New Issue
Block a user