Something happened with the most recent selinux update in F41, breaking my
local policy.
[root@jack ~]# semanage fcontext -l | grep httportmapd
/usr/sbin/httportmapd regular file
system_u:object_r:libcxx_httportmapd_exec_t:s0
This is coming from a local policy module I cobbled together and installed,
yet:
[root@jack ~]# ls -alZ /usr/sbin/httportmapd
-rwxr-xr-x. 1 root root system_u:object_r:bin_t:s0 318104 Sep 21 2018
/usr/sbin/httportmapd
And restorecon -F /usr/sbin/httportmapd does not fix the context, and stays
silent no matter how many -v options I feed to it.
Any idea why my file context is not being used?