chmod config.v2.json to 0600
Signed-off-by: yangshukui <yangshukui@huawei.com>
This commit is contained in:
parent
d4f6db83c2
commit
ae52cea3ab
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ func (container *Container) toDisk() (*Container, error) {
|
|||
}
|
||||
|
||||
// Save container settings
|
||||
f, err := ioutils.NewAtomicFileWriter(pth, 0644)
|
||||
f, err := ioutils.NewAtomicFileWriter(pth, 0600)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue