Easier way to add new software
Written by kramer65 the 6 Jan 09 at 14:35.
New
I've got 8.04 installed on my pc since 8.10 just didn't work for me. I do however want to install some newer software packages like the latest vlc player. This seems to be impossible since you can only get it from the repositories.
I think ubuntu needs a more simple way to stick to one version of ubuntu but still easily install newer specific packages. For example simply download a deb and install it. This seems to be very hard for many programs however (e.g. openoffice, firefox, vlc, etc.)
A malware threat for Ubuntu is NOT impossible
Written by inashdeen the 25 Nov 10 at 18:55.
New
We could not deny, now days that, though malware threat for Ubuntu is low, it is not impossible. For years, we had been proud with the root user system as a solid structure that protect Ubuntu from viruses, owever, attacker had found ways to steal these passwords from us, and in short, the threat is coming.
Solution #1:
Captcha as a secondary physical barrier for Ubuntu against malware
Hence, I suggest that ubuntu used a captcha system, in additional to the default password system used, especially when regarding sensitive filesystem files. A capctha is a simple yet powerful physical firewall that differentiate between a human and non human users, on the other hand, could be given an option to use it or not to use it.
Hence, I suggest that ubuntu used a captcha system, in additional to the default password system used, especially when regarding sensitive filesystem files. A capctha is a simple yet powerful physical firewall that differentiate between a human and non human users, on the other hand, could be given an option to use it or not to use it.
Solution #2:
Expand the use of AppArmor and similar technologies
Written by
czr114 the 26 Nov 10 at 06:08.
Captchas are a joke. They're annoying, culturally-problematic, and practically useless for hardened purposes. Cybercriminals can subscribe to services using farmed-out human solvers for a few dollars per 1000 solutions. That renders them only partially useful in protecting low-value targets against poorly-coded software. If their goal is deploying bot clients, we can't count on criminal incompetence to save us, and with bank accounts at stake, they're not going to be overly cheap.
Preventing improper automated/invisible access to system files starts with a solid, robust, and secure framework for limiting access permissions by process and purpose. This is where technologies like AppArmor and tripwires come in.
If a user has been fooled by a trojan, and is dead set on sudoing malware, nothing is going to stop it from ravaging the system, short of completely disabling a user's ability to sudo things designed to modify key files for benevolent purposes.
Captchas are a joke. They're annoying, culturally-problematic, and practically useless for hardened purposes. Cybercriminals can subscribe to services using farmed-out human solvers for a few dollars per 1000 solutions. That renders them only partially useful in protecting low-value targets against poorly-coded software. If their goal is deploying bot clients, we can't count on criminal incompetence to save us, and with bank accounts at stake, they're not going to be overly cheap.
Preventing improper automated/invisible access to system files starts with a solid, robust, and secure framework for limiting access permissions by process and purpose. This is where technologies like AppArmor and tripwires come in.
If a user has been fooled by a trojan, and is dead set on sudoing malware, nothing is going to stop it from ravaging the system, short of completely disabling a user's ability to sudo things designed to modify key files for benevolent purposes.
Solution #3:
Use Selinux
Written by
Lachu the 11 Dec 10 at 21:36.
Use Selinux and modify bash to change current domain, when running command. Only build-in command user could run programs without changing domain. Only programs in the same domain like standard shell could run sudo/su . Bash will change own domain automatically, if it starts in non-interactive mode.
Use Selinux and modify bash to change current domain, when running command. Only build-in command user could run programs without changing domain. Only programs in the same domain like standard shell could run sudo/su . Bash will change own domain automatically, if it starts in non-interactive mode.