You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,17 @@
1
-
Scripts to make a working chroot on Mac OS X.
2
-
It currently works with El Captain (10.11).
3
-
Note that ping will end with following message in `dmesg`:
1
+
Scripts to make a working chroot on macOS.
2
+
It currently works with `macOS Mojave (10.14.5)`.
4
3
5
-
AMFI: hook..execve() killing pid #: not allowed in chroot
6
-
7
-
$ uname -a
8
-
Darwin lomidrevo.local 15.0.0 Darwin Kernel Version 15.0.0: Wed Aug 26 16:57:32 PDT 2015; root:xnu-3247.1.106~1/RELEASE_X86_64 x86_64 i386 MacBookPro9,2 Darwin
4
+
```
5
+
mac-jail$ uname -a
6
+
Darwin my-funny-hostname.local 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64
7
+
```
9
8
10
9
USAGE
11
10
=====
12
11
13
12
./mkmacchroot.sh [directory]
14
13
15
-
If the directory is not specified, then $PWD/mac-jail will be used.
14
+
If the directory is not specified, then `$PWD/mac-jail` will be used.
0 commit comments