kernel: set nousershstk

This commit is contained in:
Tom Dohrmann 2024-07-17 14:22:32 +02:00
parent 1edc1966f9
commit c6a054a533
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Seed=0e9a6fe0-68f6-408c-bbeb-136054d20445
SourceDateEpoch=0
Bootable=yes
Bootloader=uki
KernelCommandLine=preempt=full rd.shell=0 rd.emergency=reboot loglevel=8
KernelCommandLine=preempt=full rd.shell=0 rd.emergency=reboot loglevel=8 nousershstk
RemoveFiles=/var/log
RemoveFiles=/var/cache
RemoveFiles=/etc/pki/ca-trust/extracted/java/cacerts

View File

@ -50,7 +50,7 @@ CSPS = [
"qemu",
]
base_cmdline = "selinux=1 enforcing=0 audit=0"
base_cmdline = "selinux=1 enforcing=0 audit=0 nousershstk"
csp_settings = {
"aws": {