Code: Select all
sudo apt update ; sudo apt reinstall mx-tools -y
Code: Select all
sudo apt update ; sudo apt reinstall mx-tools -y
OK I think that I have identified the problem, thanks to your comments.... Few weeks ago I modified the pkexec permissions to 0755, in order to close the door to an active Exploit (Exploit CVE-2021-4034), and that has also messed up my system. Obvious I suppose.Huckleberry Finn wrote: Wed Mar 08, 2023 9:10 am Ok, then something's missing/broken regarding permissions/ownerships.
Ok, but how did you do that or what (and where) did you do exactly?
You have removed the set-uid-bit and by this fixed the exploit by making pkexec not working as intendedOskarMX wrote: Wed Mar 08, 2023 10:46 am Do you know what the usual (previous) pkexec permissions should be?I've tried Chmod 755 but is not working either....
Code: Select all
sudo chmod 4755 /usr/bin/pkexec