Skip to main content

Anti-virus on Linux Mint?

Every Windows user knows that anti-virus software is essential.  We know that because marketing people tell us, so it must be true.

Even if it's a blatant money-making falsehood, no-body really wants to take the risk that a Windows machine might be easy to compromise.  So all Windows users deploy some sort of anti-virus software on their machines.

For Linux, the game seems different.  One opinion is from the Easy Linux Tips Project ("ELTP").  ELTP is quite hardcore about a security approach, but the key takeaway from the opinion is section 1.1 (Antivirus software and rootkit removers).  Anti-virus software decreases security on Linux Mint because the elevated permissions requires to do its job are the target of a vector attack, i.e. compromise the anti-virus software, then compromise the whole computer.

A consequence of this is that the use of Mono or Wine - translation layers that enable Windows applications to run on Linux Mint - are thus also effective attack vectors, because they enable Linux Mint to run malware written for Windows (crudely) - section 5.

Zoiks.

So, as ELTP suggests, in the primary admin account:

  • sudo ufw enable
  • sudo passwd
This was completed in Mar2018.  Upon re-test in Apr2018, the firewall was still up, so this setting looks like it survives re-boots/shut-downs.

Why did Linux Mint see fit to disable the firewall by default?

Comments

Popular posts from this blog

The Big Bang: Microsoft Windows goes for good, positive adaptations required

On 27Mar2021, Linux Mint ate Microsoft Windows 10 on Legolas. Three months on, I conclude beyond any doubt that wiping out Windows was the best decision I ever made. The second best decision I ever made was to test Linux Mint in Virtual Box five years ago. The third best decision I ever made was to take ownership of the learning curve that migrating in Windows really entails. A quick reminder: what’s Microsoft Windows like nowadays? I still need to use Windows at work. I cannot easily describe how painful it now is to use Windows. So I’ll try to describe it difficultly. My work machine is a powerful beast, but it exhibits constant latency. For a keyboard-orientated power user, this means that some keystrokes go walkabouts when other services on the Windows machine go to nuclear war with each other, scrambling to feed their narcissistic self-importance for besieged system resources wholly at the user’s expense. Something on Windows tends to clear the keyboard buffer randomly, resulting ...

Deployment of Wine

The project is to build a Linux Mint machine to have the identical functionality and ergonomics as the existing Windows 10 machine. Having established that there is no way to migrate fully from Windows to Linux , the project now needs to consider running Windows apps in Linux.   This is a big change to the strategy of the project.   This is a big change to the deployment of a Linux workstation, a crushing admission of failure, and the opening of a whole new world of risks to an otherwise secure operating system. Environment & required functionality For this blog post, Wine was tested on: The Linux Mint Xfce 19 virtual machine " Bilbo ", on host Windows 10 laptop " Saruman " The Linux Mint Xfce 18.3 virtual machine " Gimli ", on host Windows 10 host " Legolas ". Alternatives There are alternatives to Wine/PlayOnLinux, notably the paid software Crossover. Software selection Wine and PlayOnLinux are present in L...

Adjusting screen brightness

The machine on which Linux Mint is installed an old Acer Aspire 5732Z (" Gandalf ") It has buttons to adjust the brightness of the screen's backlight.  When the user uses these buttons, Linux Mint correctly presented a fading-popup box (a slider bar) to denote relative brightness.  But Linux Mint did not actually adjust the brightness of the screen. It seems to be a known issue in the Linux Mint forums  and solved in multiple  stages by the Easy Tips Project . I followed the instructions on Easy Tips section 5.2  in Gandalf's admin account, then re-booted, then logged in using the user account, and the brightness adjustment function worked correctly. Easy Tips asks the user to discover the relevant property of the machine, then creates a file that contains a script of parameters that other programs in Linux Mint understand. This method worked for Gandalf, because Gandalf has an integrated Intel chipset. Useful commands at the Terminal ALT+T (or th...