Skip to content

Commit

Permalink
Merge pull request #5628 from matthewbauer/rosetta2-new-path
Browse files Browse the repository at this point in the history
Set new rosetta 2 path in sandbox
  • Loading branch information
edolstra authored Nov 23, 2021
2 parents 394506b + 08b1ac3 commit dbfcaa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libstore/sandbox-defaults.sb
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@

; Allow Rosetta 2 to run x86_64 binaries on aarch64-darwin.
(allow file-read*
(subpath "/Library/Apple/usr/libexec/oah"))
(subpath "/Library/Apple/usr/libexec/oah")
(subpath "/System/Library/Apple/usr/libexec/oah"))

0 comments on commit dbfcaa6

Please sign in to comment.