|
|
|
|
|
by zmyrgel
3984 days ago
|
|
I spent two days trying to get selinux working with our servers and just gave up again. I have actual work to be done instead of turning the selinux knobs. Something simple as tame would be welcome, zero administrative overhead but plugs few potential security holes. |
|
1. enable permissive mode
2. test application
3. check audit logs for any complaints
4. if no complaints, you're done. enable enforcing mode and test again.
5. otherwise, evaluate the complaints and fix the issues, either by tuning fcontexts (often, a simple path equivalency is enough if you're installing things on nondefault paths, as is common.) or by creating a custom policy module (audit2allow helps), then go to 2.
It's work you should do anyway. Securing an environment is part of setting it up.