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