X

Novell delivers security shield for Linux computers

Open-source AppArmor tool promises to help fend off intruders by putting restrictions on software that's running.

Stephen Shankland Former Principal Writer
Stephen Shankland worked at CNET from 1998 to 2024 and wrote about processors, digital photography, AI, quantum computing, computer science, materials science, supercomputers, drones, browsers, 3D printing, USB, and new computing technology in general. He has a soft spot in his heart for standards groups and I/O interfaces. His first big scoop was about radioactive cat poop.
Expertise Processors, semiconductors, web browsers, quantum computing, supercomputers, AI, 3D printing, drones, computer science, physics, programming, materials science, USB, UWB, Android, digital photography, science. Credentials
  • Shankland covered the tech industry for more than 25 years and was a science writer for five years before that. He has deep expertise in microprocessors, digital photography, computer hardware and software, internet standards, web technology, and more.
Stephen Shankland
Novell plans to release software on Tuesday that is designed to make it harder for new attacks to compromise existing Linux-based computers.

The software, called AppArmor, is one of several products in the security realm based on the idea of mandatory access controls. The technology limits a running software program's privileges only to those absolutely necessary.

Novell's chief rival, Red Hat, has been adding such features into its product through the use of SELinux, added to Red Hat Enterprise Linux in 2005.

The AppArmor software is available for download and will be integrated into OpenSuse on Jan. 19, Novell said. It's based on software Novell obtained when it bought Immunix, a Linux security company, in 2005.

AppArmor lets an administrator create a profile that describes which files a given application may use. The software then enforces that profile. Consquently, if a remote attacker takes over that application, it's more difficult for the attacker to use the application for malicious purposes, such as taking over the entire computer.

Novell argues that AppArmor is "much easier to use than SELinux," according to the project's Web site. Policy generation is automated, configuration can be handled through Suse's YAST tool, Novell said. In addition, the performance penalty--a measure of the effect of the software on a system's performance--ranges from 0 percent to 2 percent compared with SELinux's 7 percent, the company added.

AppArmor is being released under the General Public License, or GPL, Novell said.