[coreboot-gerrit] Change in ...coreboot[master]: util/board_status/board_status.sh: use sudo for local dmesg too

Michael Bacarella (Code Review) gerrit at coreboot.org
Sun Dec 9 20:07:24 CET 2018


Michael Bacarella has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30121


Change subject: util/board_status/board_status.sh: use sudo for local dmesg too
......................................................................

util/board_status/board_status.sh: use sudo for local dmesg too

Some systems have started locking down unprivileged user access to
dmesg.

Signed-off-by: Michael Bacarella <michael.bacarella at gmail.com>
Change-Id: I60061832e88fc6c549f6d5d7de276da650c4ca60
---
M util/board_status/board_status.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/30121/1

diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh
index bba3d1f..8af3dd8 100755
--- a/util/board_status/board_status.sh
+++ b/util/board_status/board_status.sh
@@ -403,7 +403,7 @@
 	cmd_nonfatal $LOCAL "$cbmem_cmd -t" "${tmpdir}/${results}/coreboot_timestamps.txt"
 
 	echo "Getting local dmesg"
-	cmd $LOCAL dmesg "${tmpdir}/${results}/kernel_log.txt"
+	cmd $LOCAL sudo dmesg "${tmpdir}/${results}/kernel_log.txt"
 fi
 
 #

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30121
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I60061832e88fc6c549f6d5d7de276da650c4ca60
Gerrit-Change-Number: 30121
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Bacarella <michael.bacarella at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181209/1f46f8a2/attachment-0001.html>


More information about the coreboot-gerrit mailing list