From 0c4b0705240edcd2264edc9477a60ba2444db137 Mon Sep 17 00:00:00 2001 From: axtloss Date: Thu, 18 Jan 2024 20:27:20 +0100 Subject: [PATCH 1/2] fix: disable syscall intercept during build --- recipe.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe.yml b/recipe.yml index 2420400..431db5e 100644 --- a/recipe.yml +++ b/recipe.yml @@ -19,6 +19,7 @@ modules: - apt clean - apt-mark hold snapd gnome-software-plugin-snap - apt -y install squashfs-tools minisign + - mv /etc/ldd.so.preload /ldd.so.preload - name: vanilla-tools type: shell @@ -85,6 +86,7 @@ modules: - apt autoremove -y - apt clean - lpkg --lock + - mv /ld.so.preload /etc/ld.so.preload - name: fsguard type: fsguard From d011802adf58ad491eeecc4b79e27524cf5a2cca Mon Sep 17 00:00:00 2001 From: axtloss Date: Thu, 18 Jan 2024 20:31:59 +0100 Subject: [PATCH 2/2] fix ld.preload path --- recipe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe.yml b/recipe.yml index 431db5e..edc3249 100644 --- a/recipe.yml +++ b/recipe.yml @@ -19,7 +19,7 @@ modules: - apt clean - apt-mark hold snapd gnome-software-plugin-snap - apt -y install squashfs-tools minisign - - mv /etc/ldd.so.preload /ldd.so.preload + - mv /etc/ld.so.preload /ld.so.preload - name: vanilla-tools type: shell