On RHEL and CentOS servers, when the selinux-policy-*
RPM packages receive an update, is it always necessary to manually reload any custom modules I have built? When I see an update to selinux-policy-*
, I have always reloaded any modules manually.
semodule -i /root/selinux/*.pp
If they must always be reloaded manually, is there a preferred method to make this happen?