You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They do not include any settings that are not already included in our settings, however, they do enable certain settings that we for a variety of reasons keep disabled.
The discrepancies are:
net.ipv6.conf.*.use_tempaddr=2: We keep the IPv6 privacy extensions disabled due to breakages.
net.ipv4.conf.*.log_martians=1: We keep the logging of these packets optional.
fs.binfmt_misc.status=0: We keep this enabled due to current file/folder permissions issue.
Furthermore, we can also review their kernel arguments:
Across all these there are only minor explainable discrepancies:
lockdown=confidentiality and module.sig_enforce=1: We do not enable these due to compatibility issues.
ia32_emulation=0: We can not currently enable this as it is only applicable when using Linux kernel >= 6.7.
kvm-intel.vmentry_l1d_flush=always: We do not include this, however according kernel docs, this parameter is redundant if using l1tf=full,force (which we enable by default).
The text was updated successfully, but these errors were encountered: