Skip to content

Commit 125efe6

Browse files
committedMay 17, 2022
8286744: failure_handler: dmesg command on macos fails to collect data due to permission issues
Reviewed-by: dfuchs, lancea, lmesnik
1 parent 40f4dab commit 125efe6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎test/failure_handler/src/share/conf/mac.properties

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -103,7 +103,9 @@ ulimit.app=bash
103103
ulimit.args=-c\0ulimit -a
104104
ulimit.args.delimiter=\0
105105

106-
system.dmesg.app=dmesg
106+
system.dmesg.app=sudo
107+
system.dmesg.args=dmesg
108+
107109
system.sysctl.app=sysctl
108110
system.sysctl.args=-a
109111

0 commit comments

Comments
 (0)
Please sign in to comment.