Skip to content

Commit

Permalink
Enable undocumented ImageIO sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmachos committed Apr 22, 2024
1 parent 162fd57 commit c5993b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5993b7

Please sign in to comment.