92e26b01e9
Add an automatic clean step to clean the Linux kernel's pstore. The step is disabled by default. Story: #2008317 Task: #41214 Change-Id: Ie1a42dfff4c7e1c7abeaf39feca956bb9e2ea497
11 lines
426 B
YAML
11 lines
426 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a clean step to erase the Linux kernel's pstore. The step is disabled
|
|
by default.
|
|
security:
|
|
- |
|
|
If enabled, the new clean step 'erase_pstore' removes all pstore entries
|
|
(the oops/panic logs from a failing kernel) upon cleaning. This is to
|
|
reduce the risk that potentially sensitive data is preserved across
|
|
instantiations (and therefore different users) of a bare metal node. |