mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 01:05:56 +03:00
[GH-ISSUE #101] Question: how do you update the kernel after hardening? #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Thumpermat on GitHub (Oct 22, 2021).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/101
I used your packer to create a hardened ubuntu server. Now there is a linux kernel update, but because of the hardening the server doesn't get updated with the new kernel.
Which steps should I do in order to update the linux kernel and then harden the system again?
Looking forward to your reply.
@konstruktoid commented on GitHub (Oct 22, 2021):
Hi again @Thumpermat,
See https://github.com/konstruktoid/hardening-geniso/issues/3 regarding a possible workaround for the kernel installation issue.
My workflow is basically:
@Thumpermat commented on GitHub (Oct 22, 2021):
So you mean that by adding the
/boot/grub/grub.cfgand updating grub, it will also update the kernel?@konstruktoid commented on GitHub (Oct 22, 2021):
Create
/boot/grub/if missing and then runupdate-grub.There should the be no issues upgrading the kernel after that.
@Thumpermat commented on GitHub (Oct 22, 2021):
Thank you very much.