Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <matthias.buechse@cloudandheat.com>
  • Loading branch information
mbuechse committed Jan 19, 2024
1 parent d56504f commit 9b6fd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ of flavors in one go, given a YAML description of this set.

### Errors

The following items MUST be found and reported as an error:
The following items MUST be detected and reported as an error:

- any syntax error in a name starting with `scs-`,
- any mismatch between any immediately discoverable property of a flavor (currently, CPU, RAM and disk size)
Expand Down
2 changes: 1 addition & 1 deletion Standards/scs-0101-w1-entropy-implementation-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ reported as an error:

- the service `rngd` is not running,
- the special file `/proc/sys/kernel/random/entropy_avail` does not contain
the value 256 (pinned since kernel 5.18).
the value 256 (pinned since kernel 5.18),
- the number of FIPS 140-2 failures exceeds 3 out of 1000 blocks
tested, as determined by `cat /dev/random | rngtest -c 1000` .

Expand Down

0 comments on commit 9b6fd49

Please sign in to comment.