Skip to content

Commit

Permalink
Merge pull request #25 from avilum/feature/nsjail
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
avilum authored Jul 11, 2023
2 parents e301da6 + f56586e commit bda5712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Finally, you convert this policy into an sandbox (eBPF instrumentation script) t
Tested on Ubuntu, Debian, Rocky (Linux x86/AMD/ARM) and MacOS in (x86/M1). If you run on MacOS you will need to <a href="https://github.com/avilum/secimport/blob/master/docs/MAC_OS_USERS.md">disable SIP for dtrace. </a>

## With Docker
For quicker evaluation, we recommend using the <a href="#Docker">Docker</a> image instead of self-installing.<br>
For quicker evaluation, we recommend using the <a href="[docs/Docker](https://github.com/avilum/secimport/blob/master/docker/README.md)">Secimport Docker Image</a> instead of self-installing.<br>
- Build and run the Docker container with a custom kernel that matches your existing OS kernel version:
```
cd docker/ && ./build.sh && ./run.sh
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "secimport"
version = "0.8.2"
version = "0.9.1"
description = "A sandbox/supervisor for python modules."
authors = ["Avi Lumelsky"]
license = "MIT"
Expand Down

0 comments on commit bda5712

Please sign in to comment.