Filesystem Labeling in SELinux (Linux Journal)
[Posted October 6, 2004 by corbet]
Here's
a Linux
Journal article on how SELinux uses filesystem labels. "
SELinux
has hooks located at strategic points within the core kernel code, such as
the point where a file is about to be read by a user. These hooks allow
SELinux to break out of the normal flow of the kernel to request extended
access control decisions. Access control decisions usually are made between
a process (for example, cat) and an object (for example, /etc/shadow) for a
specific permission (read)."
(
Log in to post comments)