1
0
mirror of https://github.com/tommytran732/Fedora-CoreOS-Ignition synced 2024-11-22 01:11:34 -05:00

Rearrange kargs

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-04-19 14:50:41 -07:00
parent 02ae78dfec
commit 147945e752
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
4 changed files with 10 additions and 10 deletions

View File

@ -12,8 +12,6 @@
"nosmt=force", "nosmt=force",
"l1d_flush=on", "l1d_flush=on",
"spec_rstack_overflow=safe-ret", "spec_rstack_overflow=safe-ret",
"module.sig_enforce=1",
"lockdown=confidentiality",
"random.trust_bootloader=off", "random.trust_bootloader=off",
"random.trust_cpu=off", "random.trust_cpu=off",
"intel_iommu=on", "intel_iommu=on",
@ -30,7 +28,9 @@
"ia32_emulation=0", "ia32_emulation=0",
"page_alloc.shuffle=1", "page_alloc.shuffle=1",
"randomize_kstack_offset=on", "randomize_kstack_offset=on",
"debugfs=off" "debugfs=off",
"lockdown=confidentiality",
"module.sig_enforce=1"
] ]
}, },
"passwd": { "passwd": {

View File

@ -196,8 +196,6 @@ kernel_arguments:
- nosmt=force - nosmt=force
- l1d_flush=on - l1d_flush=on
- spec_rstack_overflow=safe-ret - spec_rstack_overflow=safe-ret
- module.sig_enforce=1
- lockdown=confidentiality
- random.trust_bootloader=off - random.trust_bootloader=off
- random.trust_cpu=off - random.trust_cpu=off
- intel_iommu=on - intel_iommu=on
@ -214,4 +212,6 @@ kernel_arguments:
- ia32_emulation=0 - ia32_emulation=0
- page_alloc.shuffle=1 - page_alloc.shuffle=1
- randomize_kstack_offset=on - randomize_kstack_offset=on
- debugfs=off - debugfs=off
- lockdown=confidentiality
- module.sig_enforce=1

View File

@ -12,8 +12,6 @@
"nosmt=force", "nosmt=force",
"l1d_flush=on", "l1d_flush=on",
"spec_rstack_overflow=safe-ret", "spec_rstack_overflow=safe-ret",
"module.sig_enforce=1",
"lockdown=confidentiality",
"random.trust_bootloader=off", "random.trust_bootloader=off",
"random.trust_cpu=off", "random.trust_cpu=off",
"intel_iommu=on", "intel_iommu=on",
@ -31,6 +29,8 @@
"page_alloc.shuffle=1", "page_alloc.shuffle=1",
"randomize_kstack_offset=on", "randomize_kstack_offset=on",
"debugfs=off", "debugfs=off",
"lockdown=confidentiality",
"module.sig_enforce=1",
"console=tty0", "console=tty0",
"console=ttyS0,115200" "console=ttyS0,115200"
] ]

View File

@ -272,8 +272,6 @@ kernel_arguments:
- nosmt=force - nosmt=force
- l1d_flush=on - l1d_flush=on
- spec_rstack_overflow=safe-ret - spec_rstack_overflow=safe-ret
- module.sig_enforce=1
- lockdown=confidentiality
- random.trust_bootloader=off - random.trust_bootloader=off
- random.trust_cpu=off - random.trust_cpu=off
- intel_iommu=on - intel_iommu=on
@ -291,5 +289,7 @@ kernel_arguments:
- page_alloc.shuffle=1 - page_alloc.shuffle=1
- randomize_kstack_offset=on - randomize_kstack_offset=on
- debugfs=off - debugfs=off
- lockdown=confidentiality
- module.sig_enforce=1
- console=tty0 - console=tty0
- console=ttyS0,115200 - console=ttyS0,115200