Skip to content

Commit

Permalink
arm64: debug: Disable JTAG debugging by default
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
  • Loading branch information
tytydraco authored and Hadenix committed Feb 2, 2024
1 parent 7146c56 commit 0af5283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/kernel/debug-monitors.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ NOKPROBE_SYMBOL(mdscr_read);
* Allow root to disable self-hosted debug from userspace.
* This is useful if you want to connect an external JTAG debugger.
*/
static bool debug_enabled = true;
static bool debug_enabled;

static int create_debug_debugfs_entry(void)
{
Expand Down

0 comments on commit 0af5283

Please sign in to comment.