Pages

Tuesday, 19 July 2016

Disabling an SELinux module for a specific application / service in CentOS 7

Using the semodule tool we are able to identify loaded modules and remove them.

To get a list of the currently loaded SELinux modules we can issue:

semodule -l

Once we have identified which module we wish to disable we can then unload it (which will persist after reboot) with:

semodule -d keepalived

No comments:

Post a Comment