On 04/25/2017 09:34 PM, Gordon Messmer wrote:
On 04/25/2017 12:05 PM, Robert Moskowitz wrote:
How do I undo the damage the last attempt caused?
I'm not sure what damage you mean.
If you installed a custom selinux module already and want to remove it, look at the files in /etc/selinux/targeted/modules/active/modules/. Those are the modules you've installed. Use "semodule -r <modulename>" to remove the ones you don't need.
OK. Got the old stuff removed. I was including the .pp in the <modulename>. Left that off and the remove worked.
Now to try your instructions,