|
|
|
|
|
by pdonis
3927 days ago
|
|
> You don't need an anti-virus if you are only running software from trusted sources What does "trusted sources" mean in the Windows world? Microsoft itself has shipped virus-infected CD-ROMs in the past. > Linux package managers are nice until one needs something it isn't there My sense is that, while this can happen, it's less likely to happen with the major Linux distros than it is with Windows. Major distros have tons of software in their package managers. > I never saw a UNIX that would allow to prevent users to install software locally, as Windows does with Active Directory group policies Um, you do realize that all it takes is not putting the user in the "sudoers" or "wheel" group (depending on the distro), right? This is routinely done in settings where only sysadmins are allowed to install software, such as universities. You certainly don't need anything as heavyweight as Active Directory group policies. |
|
Do you also read OpenSSH and Bash source code looking for security exploits?
> My sense is that, while this can happen, it's less likely to happen with the major Linux distros than it is with Windows. Major distros have tons of software in their package managers.
Quantity != Software X that user won't do without.
> Um, you do realize that all it takes is not putting the user in the "sudoers" or "wheel" group (depending on the distro), right? This is routinely done in settings where only sysadmins are allowed to install software, such as universities. You certainly don't need anything as heavyweight as Active Directory group policies.
I can install whatever software I want under $HOME, there is nothing preventing me to do that.