We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d282d60 commit e9c179aCopy full SHA for e9c179a
testing/report.sh
@@ -175,6 +175,7 @@ sudo "${LYNIS_DIR}/lynis" audit system |& tee "${DIR}/lynis.txt"
175
cat "/proc/acpi/wakeup" > "${DIR}/wakeup.txt"
176
cat "/proc/cpuinfo" > "${DIR}/cpuinfo.txt"
177
cat "/proc/mdstat" > "${DIR}/mdstat.txt"
178
+cat "/sys/power/mem_sleep" > "${DIR}/mem_sleep.txt"
179
cat "/var/log/syslog" > "${DIR}/syslog.txt"
180
181
report_command acpi --everything --details
0 commit comments