system: remove sysctls from ACL test

I think I could have done this before.  We don't need historic artefacts
in a config.xml copy that doesn't do anything with it (nor need it in any
way).
This commit is contained in:
Franco Fichtner 2025-02-14 09:16:18 +01:00
parent cde5b0d685
commit d55c52d422

View File

@ -2,18 +2,6 @@
<opnsense>
<trigger_initial_wizard/>
<theme>opnsense</theme>
<sysctl>
<item>
<descr><![CDATA[Page Table Isolation (Meltdown mitigation, requires reboot.)]]></descr>
<tunable>vm.pmap.pti</tunable>
<value>default</value>
</item>
<item>
<descr><![CDATA[Disable Indirect Branch Restricted Speculation (Spectre V2 mitigation)]]></descr>
<tunable>hw.ibrs_disable</tunable>
<value>default</value>
</item>
</sysctl>
<system>
<optimization>normal</optimization>
<hostname>OPNsense</hostname>