mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +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{
|
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