Skip to content

Commit

Permalink
DROP ME: install experimental landlock support
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaci authored and qkaiser committed Jan 8, 2024
1 parent ab5436d commit 6950d93
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
21 changes: 11 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lz4 = "^4.0.0"
lief = "^0.12.3"
cryptography = ">=39.0,<42.0"
treelib = "^1.6.1"
unblob-native = "^0.1.0"
unblob-native = { git = "https://github.com/onekey-sec/unblob-native", branch = "landlock" }
jefferson = "^0.4.5"
rich = "^13.3.5"
pyfatfs = "^1.0.5"
Expand Down
2 changes: 2 additions & 0 deletions unblob/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ apt-get update
apt-get install --no-install-recommends -y \
android-sdk-libsparse-utils \
curl \
git \
cargo \
lz4 \
lziprecover \
lzop \
Expand Down

0 comments on commit 6950d93

Please sign in to comment.