Skip to content

Commit

Permalink
Rearrange kargs
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 committed Apr 19, 2024
1 parent 02ae78d commit 147945e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions UTM-Chrony.ign
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions UTM-Chrony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions x86-QEMU-Docker.ign
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
]
Expand Down
4 changes: 2 additions & 2 deletions x86-QEMU-Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 147945e

Please sign in to comment.