mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
typos rules.md
This commit is contained in:
parent
a793bc7f5f
commit
3ff93efacd
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ Some security precautions can be made, such as:
|
||||||
|
|
||||||
* Never load `ruleset.js` unless the file is `readonly` (`r-??-??-?`). If the user wishes to modify the ruleset, he must make it writeable and then set back to readonly.
|
* Never load `ruleset.js` unless the file is `readonly` (`r-??-??-?`). If the user wishes to modify the ruleset, he must make it writeable and then set back to readonly.
|
||||||
* This is to prevent attacks where files are dropped on the users disk.
|
* This is to prevent attacks where files are dropped on the users disk.
|
||||||
* Since we're going to have to have some form of secure storage (not defined in this section), we could also store the `sha3` of the `ruleset.js` file in there.
|
* Since we're going to have some form of secure storage (not defined in this section), we could also store the `sha3` of the `ruleset.js` file in there.
|
||||||
* If the user wishes to modify the ruleset, he'd then have to perform e.g. `signer --attest /path/to/ruleset --credential <creds>`
|
* If the user wishes to modify the ruleset, he'd then have to perform e.g. `signer --attest /path/to/ruleset --credential <creds>`
|
||||||
|
|
||||||
##### Security of implementation
|
##### Security of implementation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue