From c98160e9578aa50cb19ffea842e8e1c657fdb115 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Wed, 17 Sep 2025 13:43:09 -0500 Subject: [PATCH] add secure keyboard entry --- docs/os/macos-overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/os/macos-overview.md b/docs/os/macos-overview.md index cd100f1a..bcc6bda6 100644 --- a/docs/os/macos-overview.md +++ b/docs/os/macos-overview.md @@ -280,6 +280,10 @@ When it is necessary to use one of these processors, Apple works with the vendor Apple Silicon separates each component that requires direct memory access. For example, a Thunderbolt port can't access memory designated for the kernel. +#### Terminal Secure Keyboard Entry + +Enable [Secure Keyboard Entry](https://support.apple.com/guide/terminal/use-secure-keyboard-entry-trml109/mac) to prevent other apps from detecting what you type in the terminal. + ## Sources - [Apple Platform Security](https://support.apple.com/guide/security/welcome/web)