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 Feb 4, 2024
1 parent d63bb0b commit dc131b1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
7 changes: 4 additions & 3 deletions flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.filter.url = "github:numtide/nix-filter";
inputs.unblob-native = {
url = "github:onekey-sec/unblob-native";
type = "github";
owner = "onekey-sec";
repo = "unblob-native";
ref = "landlock";
inputs.nixpkgs.follows = "nixpkgs";
};
inputs.lzallright = {
Expand Down
17 changes: 9 additions & 8 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.3.2"
lief = "^0.12.3"
cryptography = ">=41.0,<43.0"
treelib = "^1.7.0"
unblob-native = "^0.1.1"
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 dc131b1

Please sign in to comment.