Pointers to some SELinux explanations
SELinux is one of those things that have been cropping up on my radar ever since I had to start telling the Red Hat installer not to turn it on. (I kept not enabling it because changing an entire security architecture of a system is not to be done lightly, even when it's a new system I'm setting up.)
SELinux is an imposing system with equally imposing documentation. Fortunately, recently Dan Walsh of Red Hat has been posting some very useful (to me) 'SELinux for beginners' documentation:
- a basic introduction
- How does SELinux enforce policy?
- Applications that work with SELinux
- File contexts and mv/cp/install
- How logging in and so on work
- The
/etc/selinux/config
file and how to change what SELinux level your system uses - config files in general
- Managing file contexts
- the restorcond daemon
- SELinux manpages and AVC messages
- Booleans
- Role Based Access Controls (RBAC)
- Using RBAC in a MLS policy
- more on Module handling
- SELinux reveals bugs in other code
- Loadable Modules - File Context
There's also a Fedora Core 5 SELinux FAQ, with links to other FAQs. However, from reading through it I think Dan Walsh's stuff is easier to follow.
(This entry is a bit belated, because Dan Walsh didn't so much wrap up his series of entries as stop writing them, which I can't exactly blame him for, and I was sitting on it until the series was 'complete'.)
|
|