From 2988f532acb2788623f6ca4331ee13da1b43044a Mon Sep 17 00:00:00 2001 From: Harinn Date: Wed, 13 May 2026 22:37:04 +0700 Subject: [PATCH] unblob: skip romfs and yaffs handler tests --- pkgs/by-name/un/unblob/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/un/unblob/package.nix b/pkgs/by-name/un/unblob/package.nix index af6967c337d5..0a8c427d0947 100644 --- a/pkgs/by-name/un/unblob/package.nix +++ b/pkgs/by-name/un/unblob/package.nix @@ -130,6 +130,9 @@ python3.pkgs.buildPythonApplication rec { "test_all_handlers[filesystem.extfs]" # regression in erofs-utils 1.9 https://github.com/onekey-sec/unblob/commit/c7c9f20dd871a5694d41a95ca3041eb0c98e257a "test_all_handlers[filesystem.android.erofs]" + # unblob's landlock sandbox denies hardlinks within the extract dir (EXDEV). https://github.com/onekey-sec/unblob/issues/1210 + "test_all_handlers[filesystem.romfs]" + "test_all_handlers[filesystem.yaffs]" ]; passthru = {