Make stamp before editting ld.so.preload

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2025-06-02 06:04:40 -07:00
parent a9871c9452
commit 2da19bf47e
No known key found for this signature in database
GPG Key ID: 555C902A34EC968F
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,8 +49,8 @@ systemd:
ExecStart=/usr/bin/rpm-ostree override remove containerd docker-cli dnsmasq google-compute-engine-guest-configs-udev iptables-legacy iptables-legacy-libs moby-engine runc
ExecStart=/usr/bin/rpm-ostree install docker-ce docker-compose-plugin hardened_malloc qemu-guest-agent tuned
ExecStart=/usr/bin/sed -i 's/\s+nullok//g' /etc/pam.d/system-auth
ExecStart=/usr/bin/echo 'libhardened_malloc.so' > /etc/ld.so.preload
ExecStart=/usr/bin/touch /var/lib/%N.stamp
ExecStart=/usr/bin/echo 'libhardened_malloc.so' > /etc/ld.so.preload
ExecStart=/usr/bin/systemctl --no-block reboot
[Install]