From cfd1b09dc239a509a79877aa3abb82cae5fca64c Mon Sep 17 00:00:00 2001 From: nitantsoni Date: Wed, 22 Jan 2025 21:22:33 +0000 Subject: [PATCH] Update post-issues.md Updated the link of `csrstat` to a newer version, that also shows the status of "Unauthenticated Root" --- troubleshooting/extended/post-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/extended/post-issues.md b/troubleshooting/extended/post-issues.md index 938333a3f2..7a1198fbd7 100644 --- a/troubleshooting/extended/post-issues.md +++ b/troubleshooting/extended/post-issues.md @@ -241,7 +241,7 @@ SIP or more properly known as System Integrity Protection, is a security technol * WARNING: Disabling SIP can break OS functionality such as software updates in macOS 11, Big Sur and newer. Please be careful to only disable specific SIP values instead of disabling SIP outright to avoid these issues. * Enabling `CSR_ALLOW_UNAUTHENTICATED_ROOT` and `CSR_ALLOW_APPLE_INTERNAL` are common options that can break OS updates for users -You can choose different values to enable or disable certain flags of SIP. Some useful tools to help you with these are [BitmaskDecode](https://github.com/corpnewt/BitmaskDecode) and [csrstat](https://github.com/JayBrown/csrstat-NG). Common values are as follows (bytes are pre-hex swapped for you, and note that they go under NVRAM -> Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82 -> csr-active-config): +You can choose different values to enable or disable certain flags of SIP. Some useful tools to help you with these are [BitmaskDecode](https://github.com/corpnewt/BitmaskDecode) and [csrstat](https://github.com/startergo/csrstat-NG). Common values are as follows (bytes are pre-hex swapped for you, and note that they go under NVRAM -> Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82 -> csr-active-config): * `00000000` - SIP completely enabled (0x0). * `03000000` - Disable kext signing (0x1) and filesystem protections (0x2).