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
4 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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