Skip to content

Commit

Permalink
Set new rosetta 2 path in sandbox
Browse files Browse the repository at this point in the history
see:

NixOS#5388

and

NixOS#5251
(cherry picked from commit 08b1ac3)
  • Loading branch information
matthewbauer committed Nov 22, 2021
1 parent a9d122d commit ceabe10
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 ceabe10

Please sign in to comment.