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/.
Nothing there. But I found entries with the same name I installed under
/etc/selinux/targeted/active/modules/400
Those are the modules you've installed. Use "semodule -r <modulename>" to remove the ones you don't need.
So I tried this and it failed:
# semodule -r myservice_policy.pp libsemanage.semanage_direct_remove_key: Unable to remove module myservice_policy.pp at priority 400. (No such file or directory). semodule: Failed!
But it is there:
# ls /etc/selinux/targeted/active/modules/400/ -ls total 4 4 drwx------. 2 root root 4096 Apr 25 05:10 myservice_policy
# ls /etc/selinux/targeted/active/modules/400/myservice_policy/ -ls total 12 4 -rw-r--r--. 1 root root 177 Apr 25 05:10 cil 4 -rw-r--r--. 1 root root 325 Apr 25 05:10 hll 4 -rw-r--r--. 1 root root 2 Apr 25 05:09 lang_ext
Do I simply delete these files?