mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-22 09:21:32 -05:00
Rearrange kargs
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
02ae78dfec
commit
147945e752
@ -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": {
|
||||||
|
@ -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
|
||||||
@ -215,3 +213,5 @@ 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
|
@ -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"
|
||||||
]
|
]
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user