Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
SELinux System Administration

You're reading from   SELinux System Administration With a command of SELinux you can enjoy watertight security on your Linux servers. This guide shows you how through examples taken from real-life situations, giving you a good grounding in all the available features.

Arrow left icon
Product type Paperback
Published in Sep 2013
Publisher Packt
ISBN-13 9781783283170
Length 120 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Sven Vermeulen Sven Vermeulen
Author Profile Icon Sven Vermeulen
Sven Vermeulen
Arrow right icon
View More author details
Toc

Reading and changing file contexts


Let us immediately start off with an example here: a web server hosting dokuwiki, a popular PHP wiki site that uses files rather than a database as its backend system.

Getting context information

The application is hosted at /var/www/localhost/htdocs/dokuwiki and stores its wiki pages (user content) in subdirectories of the data/ directory. Getting the contexts of files can easily be accomplished using the -Z option to ls. Most utilities that are able to provide feedback on contexts will try to do so using the -Z option, as we saw already with the id and ps utilities. Let's look at the context of the dokuwiki directory itself:

# ls -lZ /var/www/localhost/htdocs
drwxr-xr-x. 1 root root root:object_r:httpd_sys_content_t 45 May  9 20:05 dokuwiki

File and directory contexts are stored on the filesystem as extended attributes when the filesystem supports this. If not, the context of the files is usually defined by the mounted filesystem type or its mount options...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime