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
@ -96,8 +96,9 @@ func (o *builder) Build() (*spec, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
s := spec{
|
s := spec{
|
||||||
Spec: raw,
|
Spec: raw,
|
||||||
format: o.format,
|
format: o.format,
|
||||||
|
permissions: o.permissions,
|
||||||
}
|
}
|
||||||
|
|
||||||
return &s, nil
|
return &s, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user