Skip to content

Commit aba7887

Browse files
ellisbenjaminGuaris
authored andcommitted
linux-hardened kernel support was dropped. (#2065)
Alpine dropped support for grsec's hardened linux kernel. It is no longer part of the distribution. see: https://git.alpinelinux.org/cgit/aports/commit/?id=94a65a421705eb0152c2a6cdeb0bffd269c58e97
1 parent 7b24f02 commit aba7887

File tree

1 file changed

+4
-4
lines changed
  • docs/tools-reference/custom-kernels-distros/install-alpine-linux-on-your-linode

1 file changed

+4
-4
lines changed

docs/tools-reference/custom-kernels-distros/install-alpine-linux-on-your-linode/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ set default="Alpine Linux"
145145
set timeout=0
146146

147147
menuentry "Alpine Linux" {
148-
linux /vmlinuz-hardened root=/dev/sdb modules=sd-mod,usb-storage,ext4 console=ttyS0 quiet
149-
initrd /initramfs-hardened
148+
linux /vmlinuz-vanilla root=/dev/sdb modules=sd-mod,usb-storage,ext4 console=ttyS0 quiet
149+
initrd /initramfs-vanilla
150150
}
151151

152152
{{< /file >}}
@@ -205,9 +205,9 @@ features="ata ide scsi virtio base ext4"
205205

206206
If you'll need other services, you can also add them now. The above is intended to serve as a starting point.
207207

208-
7. Install the [grsecurity](https://grsecurity.net/) kernel:
208+
7. Install the kernel:
209209

210-
apk add linux-grsec
210+
apk add linux-vanilla
211211

212212
8. Exit the chroot jail:
213213

0 commit comments

Comments
 (0)