From a94595b07aae1d7eb8902a65edbbcb0aadd5baad Mon Sep 17 00:00:00 2001
From: Gabriel N <16545056+gary17@users.noreply.github.com>
Date: Thu, 27 Jul 2023 20:53:08 +0200
Subject: [PATCH] Add a sample for disabling macOS SIP and AMFI.
---
notes.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/notes.md b/notes.md
index 4b2b952..e579733 100644
--- a/notes.md
+++ b/notes.md
@@ -229,6 +229,14 @@ macOS Ventura drops support for pre-Haswell CPUs, as assorted macOS components a
* Should OCLP require it, disable macOS System Integrity Protection (SIP) and/or Apple Mobile File Integrity (AMFI) through OpenCore `config.plist` editing. Make sure to "Reset NVRAM" in OpenCore boot menu.
+ ```
+ csr-active-config
+ AwgAAA==
+ ...
+ boot-args
+ [other-boot-args-here] amfi_get_out_of_my_way=0x1
+ ```
+
Confirmed to work as of Ubuntu 22.04, QEMU 6.2.0, macOS Ventura 13.5 and OCLP v0.6.7 with no stability issues.