Skip to content

Draft: Fix Unsafe Browser when early_patch is used

segfault requested to merge 20395-unsafe-browser-early-patch-workaround into stable

We have to work around the fact that we have both /usr/lib and /lib (and /usr/sbin and /sbin) in config/chroot_local-includes, while in the root filesystem /lib is a symlink to /usr/lib (and /sbin to /usr/sbin).

Closes #20395

Merge request reports