Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Don't set immucore to debug mode by default
Browse files Browse the repository at this point in the history
because it could expose sensitive config information in log files

Fixes kairos-io/kairos#2575

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily committed May 21, 2024
1 parent 1a0d5ad commit 5111b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (
ArchArm64 = "arm64"
Archaarch64 = "aarch64"

UkiCmdline = "console=ttyS0 console=tty1 net.ifnames=1 rd.immucore.oemlabel=COS_OEM rd.immucore.debug rd.immucore.oemtimeout=2 rd.immucore.uki selinux=0"
UkiCmdline = "console=ttyS0 console=tty1 net.ifnames=1 rd.immucore.oemlabel=COS_OEM rd.immucore.oemtimeout=2 rd.immucore.uki selinux=0"
UkiCmdlineInstall = "install-mode"
UkiSystemdBootx86 = "/usr/kairos/systemd-bootx64.efi"
UkiSystemdBootStubx86 = "/usr/kairos/linuxx64.efi.stub"
Expand Down

0 comments on commit 5111b93

Please sign in to comment.