Jul
30
2009
jason
no comments | posted in Linux, News
Jul
8
2009
jason
no comments | tags: chrome, chrome os, google, Linux | posted in Linux
Jun
1
2009
jason
1 comment | posted in Linux, News
Jun
1
2009
jason
Another small week of distribution releases, perhaps they ate too much at the Memorial Day barbecues?
no comments | tags: diistribution, distributions, Linux, releases | posted in Linux, News
May
13
2009
jason
Linux Journal published an article that alerted me to the relaunch of Linux.com. The Linux Foundation acquired the Linux.com domain name from SourceForge earlier this year and has been promising a relaunch. From the LJ article:
One of the most intriguing aspects of the new and improved Web site is the “Linux Guru” feature. Registered users can earn points and work their way up to guru status by participating in various activities around the site. The top five contributors will be invited to the annual Linux Foundation Collaboration Summit, and the top 50 will be showcased in the Foundation’s annual report. Each year, one user will also be crowned the “Ultimate Linux Guru” and win a fully-loaded Linux notebook computer, signed by Linus Torvalds.
The site has five main features that are an important aspect of working with and understanding Linux:
- News – Original content and analysis are featured in this section, along with content from FOSSBazaar, MoblinZone, and other Foundation workgroups.
- Community – Here’s where registered members can connect and network with each other, and create groups that focus on specific niches in open source.
- Distribution Central – Highlights of this section include original content provided by community managers and representatives of each distribution, and also provides a place for leading distros to interact with users right inside the Linux.com ecosystem.
- Learn – This is where users will find Man Pages, HowTos, and other Linux documentation, as well as a forum for posting questions and getting answers from the community.
- Directory – This section houses a collection of user-contributed software and user-reviewed applications, books, hosting services, and the like.
The new look is definitely an improvement from the old site and I see some nice content & links. Congrats to The Linux Foundation on a great relaunch!
no comments | tags: Linux, linux foundation | posted in Linux, News
Apr
19
2009
jason
Anthony Lineberry is presenting a new linux kernel rootkit technique at the BlackHat conference in Amsterdam. From the article:
This offers rootkit developers a new way to hide files or processes, or interfere with network traffic. The trick is that, without requiring extensive rights, libmemrk uses the /dev/mem device driver to write arbitrary code from userspace into main memory. /dev/mem is an interface that enables use of the physically addressable memory. For example XServer and DOSEmu, both use it. Lineberry says introducing rootkits via /dev/mem is also less obvious than the established route via loadable kernel modules (LKMs).
….
Lineberry also gives some tips on how the Linux world can protect itself against rootkits of this kind. He believes it should be enough to modify the memory driver so that it doesn’t allow the write/read pointer lseek to look for more than 16 kilobytes in the memory area. Current versions of Red Hat and Fedora are inherently secure, because their kernel already incorporates the features of SELinux (Security Enhanced Linux).
Lineberry says there are also corresponding improvements in version 2.6.26 of the mainline kernel. For that purpose, the kernel was given two new functions: range_is_allowed() and devmem_is_allowed(). But this protection, he says, won’t be effective unless the preprocessor directive CONFIG_STRICT_DEVMEM has been enabled when the kernel is compiled. Otherwise, range_is_allowed() always gives returns success. Lineberry says that the kernel configuration setting STRICT_DEVMEM, which sets CONFIG_STRICT_DEVMEM, is not activated by default during kernel compilation. He was unable to say when libmemrk would be available for downloading, as he was still engaged in eliminating its last weaknesses.
Using /dev/mem was previously theorized in a Phrack article about using /dev/kmem, but Lineberry is the first to implement this technique.
Time to start recompiling my gentoo kernels!
no comments | tags: kernel, Linux, rootkit, Security | posted in Linux, News, Security
Apr
12
2009
jason
We have a few distros that are new to our list and quite a few familiar faces this week. Read on for the full list.
no comments | tags: distribution, Linux, release, releases | posted in Linux, News