From c5993b7cdd34a20a778efe83bc42489149b069be Mon Sep 17 00:00:00 2001 From: 0xmachos <0xmachos@gmail.com> Date: Mon, 22 Apr 2024 13:46:17 +0100 Subject: [PATCH] Enable undocumented ImageIO sandbox - https://rtx.meta.security/mitigation/2023/09/11/Sandboxing-ImageIO-in-macOS.html --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 350ea88..9697191 100644 --- a/.zshrc +++ b/.zshrc @@ -190,6 +190,12 @@ if [[ -d "/Applications/Secretive.app" ]]; then fi +export IIOEnableOOP=YES +# Enabled the undocumeted ImageIO sandbox +# Tells ImageIO to parse images our of process in the ImageIOXPCService process instead +# https://rtx.meta.security/mitigation/2023/09/11/Sandboxing-ImageIO-in-macOS.html + + ### Change into Inital Directory ### if [[ -d "${INITIAL_DIR}" ]]; then