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
{{ message }}
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
-
isolate
2
-
=======
1
+
# isolate
2
+
3
+
NOTE: This is a fork of the [original repository](https://github.com/ioi/isolate) stripped to the most important parts. I may modify this to better suit my needs.
3
4
4
5
Isolate is a sandbox built to safely run untrusted executables,
5
6
offering them a limited-access environment and preventing them from
@@ -25,5 +26,5 @@ is available online.
25
26
To compile Isolate, you need the headers for the libcap library
26
27
(usually available in a libcap-dev package).
27
28
28
-
You may need `a2x` (found in [AsciiDoc](http://www.methods.co.nz/asciidoc/a2x.1.html)) for building manual.
29
+
(NOTE: I removed the documentation, get it from the original repository) You may need `a2x` (found in [AsciiDoc](http://www.methods.co.nz/asciidoc/a2x.1.html)) for building manual.
29
30
But if you only want the isolate binary, you can just run `make isolate`
0 commit comments