|
|
|
|
|
by chousuke
3984 days ago
|
|
I can't say what you were trying to do, but I've had to set up SELinux several times, and it's always been a fairly simple iterative process: 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. |
|
o Run Application
o Get weird error.
o Google the error, see someone mentioning "This is because of SElinux"
o Google how to "Disable SELinux"
I'm not saying that's what they should be doing, just saying it's what I've observed. What's nice about tame is - there is nothing to enable/disable, it's just part of software.