Kernel Hardening; Protect Linux User Accounts against Brute Force Attacks; Improve Entropy Collection; Strong Linux User Account Separation; Enhances Misc Security Settings - https://www.kicksecure.com/wiki/Security-misc
I tested everything. Works like charm. Fixed. No slowdown no drawback. True and real. I just added a unit for var.mount in lib/systemd/system, that makes sure /var is unmounted before /var/log and /var/tmp. And my guess was true, it was the ordering that cauesd the issue. When they are unmounted in the correct order, no errors occur. Var has to be unmounted first. And this file makes sure of that.
I tested everything. Works like charm. Fixed. No slowdown no drawback. True and real. I just added a unit for
var.mount
inlib/systemd/system
, that makes sure/var
is unmounted before/var/log
and/var/tmp
. And my guess was true, it was the ordering that cauesd the issue. When they are unmounted in the correct order, no errors occur. Var has to be unmounted first. And this file makes sure of that.