As per the domain transition rule, I expect it show up
xyz_t as its domain in ps -efZ . But the transition does not
work as expected. The process runs as an unconfined domain.
But when I add runcon in the line where the init script
invokes the executable with the domain as xyz_t, the process
runs in the proper context.
Once I remove the runcon and invoke the init script, the
domain transition I applied in the custom module does not work
out.
NB: The system is on permissive mode and this particular
domain xyz_t has also been defined as a permissive domain.