mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Merge pull request #5628 from matthewbauer/rosetta2-new-path
Set new rosetta 2 path in sandbox
This commit is contained in:
commit
dbfcaa607a
1 changed files with 2 additions and 1 deletions
|
@ -100,4 +100,5 @@
|
||||||
|
|
||||||
; Allow Rosetta 2 to run x86_64 binaries on aarch64-darwin.
|
; Allow Rosetta 2 to run x86_64 binaries on aarch64-darwin.
|
||||||
(allow file-read*
|
(allow file-read*
|
||||||
(subpath "/Library/Apple/usr/libexec/oah"))
|
(subpath "/Library/Apple/usr/libexec/oah")
|
||||||
|
(subpath "/System/Library/Apple/usr/libexec/oah"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue