mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 11:28:06 +00:00
chore: switch rechunked images to hardened_malloc-light and demote them to experimental
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
\
|
||||
|
||||
patch /usr/share/ublue-os/just/15-luks.just < use-pkexec-in-luks-just.patch
|
||||
patch /usr/share/ublue-os/just/40-nvidia.just < remove-unusable-just-command.patch
|
||||
|
||||
6
files/scripts/usehardenedmalloclight.sh
Normal file
6
files/scripts/usehardenedmalloclight.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
sed -i 's/libhardened_malloc.so/libhardened_malloc-light.so/' /etc/ld.so.preload
|
||||
Reference in New Issue
Block a user