mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 02:18:59 -07:00
fix: fixing a security issue in chaindb.
fix: re-enabled dragonheim, since Docker decided not to remove it.
This commit is contained in:
parent
db351f3892
commit
13d18d7714
2 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ func (db *GagentDb) WriteHCL() error {
|
|||
agentBody.SetAttributeValue("version", cty.StringVal(row.Agent.Shasum))
|
||||
}
|
||||
|
||||
return ioutil.WriteFile("chaindb_out.hcl", f.Bytes(), 0644)
|
||||
return ioutil.WriteFile("chaindb_out.hcl", f.Bytes(), 0600)
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue