From 38a8915de61282114e9149d2fadf0778967659f3 Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Sun, 1 Dec 2024 12:25:00 +0100 Subject: [PATCH] SP8: 2024-12-01 12:25:00 --- Technik/OSX-SIP-Disable.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Technik/OSX-SIP-Disable.md diff --git a/Technik/OSX-SIP-Disable.md b/Technik/OSX-SIP-Disable.md new file mode 100644 index 0000000..4bf6c89 --- /dev/null +++ b/Technik/OSX-SIP-Disable.md @@ -0,0 +1,22 @@ + +#### To disable SIP, do the following: + +1. Restart your computer in [Recovery mode](https://support.apple.com/en-us/HT201314). + +2. Launch Terminal from the Utilities menu. + +3. Run the command `csrutil disable`. + +4. Restart your computer. + + + +#### To reenable SIP, do the following: + +1. Restart your computer in [Recovery mode](https://support.apple.com/en-us/HT201314). + +2. Launch Terminal from the Utilities menu. + +3. Run the command `csrutil enable`. + +4. Restart your computer. \ No newline at end of file