Skip to content

Commit

Permalink
fix: disable syscall intercept during build (#59)
Browse files Browse the repository at this point in the history
* fix: disable syscall intercept during build

* fix ld.preload path
  • Loading branch information
axtloss authored Jan 18, 2024
1 parent 6266cae commit 84a8f11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ modules:
- apt clean
- apt-mark hold snapd gnome-software-plugin-snap
- apt -y install squashfs-tools minisign
- mv /etc/ld.so.preload /ld.so.preload

- name: vanilla-tools
type: shell
Expand Down Expand Up @@ -85,6 +86,7 @@ modules:
- apt autoremove -y
- apt clean
- lpkg --lock
- mv /ld.so.preload /etc/ld.so.preload

- name: fsguard
type: fsguard
Expand Down

0 comments on commit 84a8f11

Please sign in to comment.