October 2010
Intermediate to advanced
1552 pages
45h 39m
English
This chapter describes the Linux capabilities scheme, which divides the traditional all-or-nothing UNIX privilege scheme into individual capabilities that can be independently enabled or disabled. Using capabilities allows a program to perform some privileged operations, while preventing it from performing others.
The traditional UNIX privilege scheme divides processes into two categories: those whose effective user ID is 0 (superuser), which bypass all privilege checks, and all other processes, which are subject to privilege checking according to their user and group IDs.
The coarse granularity of this scheme is a problem. If we want to allow a process to perform some operation that is permitted ...
Read now
Unlock full access