minus-squaremlfh@lm.mlfh.orgtoLinux@lemmy.ml•Dirty Frag: Universal Linux LPE - allows any unprivileged local user to gain root access on a vulnerable Linux system - no patch availablelinkfedilinkEnglisharrow-up3·edit-22 days agomodprobed-db can create a profile of the kernel modules that get loaded by your system over time. You can feed that directly into make localmodconfig to build a kernel that only includes those modules, or use the data to build a modprobe whitelist. linkfedilink
minus-squaremlfh@lm.mlfh.orgtoLinux@lemmy.ml•Ubuntu 26.04 Allows "sudo apt install rocm" But It's Months Out-Of-DatelinkfedilinkEnglisharrow-up1·15 days agodeleted by creator linkfedilink
modprobed-db can create a profile of the kernel modules that get loaded by your system over time. You can feed that directly into
make localmodconfigto build a kernel that only includes those modules, or use the data to build a modprobe whitelist.