Why we should care
Posted Aug 18, 2005 3:07 UTC (Thu) by
flewellyn (subscriber, #5047)
In reply to:
Why we should care by cdmiller
Parent article:
An overview of multilevel security
The existing permissions system is discretionary, i.e., the permissions are set at the discretion of
the file owner. If a sensitive file is owned by root, this may not (always) be such a big deal; but if
a sensitive file is owned by a particular user ("daemon" users included!), then nothing prohibits a
process running as that user from changing the permissions.
SELinux's mandatory controls override this. Something labeled as "secret", for instance, could be
set so that only certain users could read or write the file, and even the file's owner cannot change
this. This level of security in addition to traditional discretionary controls is invaluable.
(
Log in to post comments)