You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support skipping SIP patch in layer config (#3269)
* Support skipping SIP patch in layer config
* Fix cargo fmt
* Use list in test config
* Add CI action step to build issue3248 test app
* Add changelog
* Correct config schema JSON
* Set test run log level to trace
* Assert DYLD_* env var is not in test app stderr
* Print SIP status from runner
* Codesign script and binary before running tests
* Fix clippy
* Check no patched files in temp dir
* Fix cargo deny
* Wrap patch and skip binaries in an option type
Copy file name to clipboardExpand all lines: mirrord-schema.json
+12
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,18 @@
142
142
}
143
143
]
144
144
},
145
+
"skip_sip": {
146
+
"title": "skip_sip {#root-skip_sip}",
147
+
"description": "Allows mirrord to skip patching (macOS SIP) unwanted processes.\n\nWhen patching is skipped, mirrord will no longer be able to load into the process and its child processes.",
0 commit comments