1
0
Fork 0

initial commit

This commit is contained in:
Harald Hoyer 2020-05-19 18:20:18 +02:00
commit 429a176559
59 changed files with 4097 additions and 0 deletions

View file

@ -0,0 +1,5 @@
+++
transparent = true
sort_by = "date"
paginate_by = 5
+++

View file

@ -0,0 +1,11 @@
+++
title = "dracut and CVE-2016-4484: Cryptsetup Initrd root Shell"
date = 2016-11-15T16:42:23+00:00
+++
People who want to secure their Fedora/RHEL system have to:
* add a BIOS password
* add a grub password
* add "rd.shell=0" to the kernel command line
Anaconda does add "rd.shell=0" to the kernel command line automatically, if you setup the bootloader with a password.
<!-- more -->