Skip to content
Scan a barcode
Scan
Added to your cart
Paperback Selinux: NSA's Open Source Security Enhanced Linux Book

ISBN: 0596007167

ISBN13: 9780596007164

Selinux: NSA's Open Source Security Enhanced Linux

The intensive search for a more secure operating system has often left everyday, production computers far behind their experimental, research cousins. Now SELinux (Security Enhanced Linux) dramatically changes this. This best-known and most respected security-related extension to Linux embodies the key advances of the security field. Better yet, SELinux is available in widespread and popular distributions of the Linux operating system--including for Debian, Fedora, Gentoo, Red Hat Enterprise Linux, and SUSE--all of it free and open source. SELinux emerged from research by the National Security Agency and implements classic strong-security measures such as role-based access controls, mandatory access controls, and fine-grained transitions and privilege escalation following the principle of least privilege. It compensates for the inevitable buffer overflows and other weaknesses in applications by isolating them and preventing flaws in one application from spreading to others. The scenarios that cause the most cyber-damage these days--when someone gets a toe-hold on a computer through a vulnerability in a local networked application, such as a Web server, and parlays that toe-hold into pervasive control over the computer system--are prevented on a properly administered SELinux system. The key, of course, lies in the words "properly administered." A system administrator for SELinux needs a wide range of knowledge, such as the principles behind the system, how to assign different privileges to different groups of users, how to change policies to accommodate new software, and how to log and track what is going on. And this is where SELinux is invaluable. Author Bill McCarty, a security consultant who has briefed numerous government agencies, incorporates his intensive research into SELinux into this small but information-packed book. Topics include: A readable and concrete explanation of SELinux concepts and the SELinux security model Installation instructions for numerous distributions Basic system and user administration A detailed dissection of the SELinux policy language Examples and guidelines for altering and adding policies With SELinux, a high-security computer is within reach of any system administrator. If you want an effective means of securing your Linux system--and who doesn't?--this book provides the means.

Recommended

Format: Paperback

Temporarily Unavailable

We receive fewer than 1 copy every 6 months.

More by Harry H. Chaudhary
Effective C++: Easy Beginner's to Experts Edition.
Effective C++: Easy Beginner's to Experts Edition.
Harry H. Chaudhary

from: $10.69

Accelerated C: : Practical Programming in Very Easy Steps by 2000+ C Examples.
Accelerated C: : Practical Programming in Very Easy Steps by 2000+ C Examples.
Harry H. Chaudhary

Out of Stock

C# in Depth,: C# in Depth, Easy Beginner's to Experts Guide.
C# in Depth,: C# in Depth, Easy Beginner's to Experts Guide.
Harry H. Chaudhary

Out of Stock

Learning C Programming :: Fast Track Guide for Beginners Including 2000+ C Codes.
Learning C Programming :: Fast Track Guide for Beginners Including 2000+ C Codes.
Harry H. Chaudhary

Out of Stock

Teach Yourself Java Programming in 31 Days: Learn The Way How Your Brain Works.
Teach Yourself Java Programming in 31 Days: Learn The Way How Your Brain Works.
Harry H. Chaudhary

Out of Stock

The C Programming Language :: With 2000+ C Codes And 23+ Complete Chapter’s.
The C Programming Language :: With 2000+ C Codes And 23+ Complete Chapter’s.
Harry H. Chaudhary

Out of Stock

C Programming A Modern Approach: With 2000+ C Codes And 23+ Complete Chapter’s
C Programming A Modern Approach: With 2000+ C Codes And 23+ Complete Chapter’s
Harry H. Chaudhary

Out of Stock

Head First C++: : A Learner's Guide to Real-World Programming with ANSI C++
Head First C++: : A Learner's Guide to Real-World Programming with ANSI C++
Harry H. Chaudhary

Out of Stock

Teach Yourself C++ in One Hour Daily :: 40 Days Champ Course
Teach Yourself C++ in One Hour Daily :: 40 Days Champ Course
Harry H. Chaudhary

Out of Stock

Accelerated C++ :: Practical Programming in Very Easy Steps by Examples.
Accelerated C++ :: Practical Programming in Very Easy Steps by Examples.
Harry H. Chaudhary

Out of Stock

C++ :: Learn C++ Programming Fast Track Guide for Beginners.
C++ :: Learn C++ Programming Fast Track Guide for Beginners.
Harry H. Chaudhary

Out of Stock

The C++ Programming Language :: : Brain Wash Style.
The C++ Programming Language :: : Brain Wash Style.
Harry H. Chaudhary

Out of Stock

Data Structures and Algorithm Analysis in C: Perfect Beginner's Guide. 2014
Data Structures and Algorithm Analysis in C: Perfect Beginner's Guide. 2014
Harry H. Chaudhary

Out of Stock

Core Java Professional: For the Really Impatient.
Core Java Professional: For the Really Impatient.
Harry H. Chaudhary

Out of Stock

Java: Complete First Time Beginner's Reference for the Really Impatient.
Java: Complete First Time Beginner's Reference for the Really Impatient.
Harry H. Chaudhary

Out of Stock

Core Java Professional: Learn Step by Step All Basics to Advance Features of Core Java Programming.
Core Java Professional: Learn Step by Step All Basics to Advance Features of Core Java Programming.
Harry H. Chaudhary

Out of Stock

Java: The Complete Core Reference for the Really Impatient.
Java: The Complete Core Reference for the Really Impatient.
Harry H. Chaudhary

Out of Stock

Core Java Professional: Advanced Features (Core Series) Updated to Java 8.
Core Java Professional: Advanced Features (Core Series) Updated to Java 8.
Harry H. Chaudhary

Out of Stock

Java: The Complete Reference.
Java: The Complete Reference.
Harry H. Chaudhary

Out of Stock

Java: Learn Complete Java Programming with Fun.
Java: Learn Complete Java Programming with Fun.
Harry H. Chaudhary

Out of Stock

Java: Complete Reference for the Really Impatient.
Java: Complete Reference for the Really Impatient.
Harry H. Chaudhary

Out of Stock

Java: Complete Java Programming Guide.
Java: Complete Java Programming Guide.
Harry H. Chaudhary

Out of Stock

Core Java Professional: Think Twice - Code Once, Complete Java Programming Guide.
Core Java Professional: Think Twice - Code Once, Complete Java Programming Guide.
Harry H. Chaudhary

Out of Stock

Customer Reviews

0 customer rating | 0 review

Rated 5 stars
Great Overview to a Potentially Complex Topic

This book is a great introduction to the topic of SELinux because of the information on its developmental background and lucid description of the objectives, advantages and maintenance of a SELinux system. I would recommend this book to someone who has a firm grasp of basic security concepts and programming principles and is interested in getting exposure to the security enhanced model of Linux.

0Report

Rated 5 stars
One of the best on creating a secure Linux system

So what makes Selinux more secure than standard Linux? Primarily it is the implementation of role-based access control, sandboxing, and an audit facility that allows the system to log any attempts to exceed specified permissions. It does all this without conflicting with the normal permissions of Linux. If you are able to access a file through normal discretionary access control then the role-based mandatory access control...

0Report

Rated 5 stars
Timely, Accurate and Readable

Bill McCarty's book is all of the above and the requirements have been met for a throughly enjoyable read. You don't have to be a Linux geek to appreciate the security mechanisms that Information Assurance Directorate of the NSA and the myriad of contributors have helped to create. These go way beyond IT systems decisions and at their base level represent good business management practice. The days of using insecure, bloated...

0Report

Rated 5 stars
Every Linux person could use this book

Bill McCarty has done a top notch job of explaining Security Enhanced Linux as well as the security model itself. I've attempted so many time to "get it" about SELinux and not until I read this book did it make sense. Bill's organization of the material makes a huge difference. He breaks the subject down into easily understandable chunks. The reader can follow the simple road until everything makes sense. And, SE Linux does...

0Report

Rated 5 stars
Excellnet Overview

This book is a must read for beginners exploring the powers of SELinux and trying to setup a custom system. it has all the information needed to give a basic grounding of how everything is organised and how security is incorporqated into the kernel. it deals with the structural as well as the functional organization of the various components involved. although not exhaustive in examples there is a considerable number of'em...

0Report

Copyright © 2025 Thriftbooks.com Terms of Use | Privacy Policy | Do Not Sell/Share My Personal Information | Cookie Policy | Cookie Preferences | Accessibility Statement
ThriftBooks ® and the ThriftBooks ® logo are registered trademarks of Thrift Books Global, LLC
GoDaddy Verified and Secured